Color Hex Logo

#afa165 Color Hex

#AFA165
(175,161,101)
0 Favorites   0 Comments

Color spaces of #afa165

RGB 175161101
HSL0.140.320.54
HSV49°42°69°
CMYK 0.000.080.42   0.31
XYZ32.773035.543317.4451
Yxy35.54330.38210.4144
Hunter Lab59.6182-6.207824.3837
CIE-Lab66.1695-3.564833.0454

#afa165 color RGB value is (175,161,101).

#afa165 hex color red value is 175, green value is 161 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #afa165 hue: 0.14 , saturation: 0.32 and the lightness value of afa165 is 0.54.

The process color (four color CMYK) of #afa165 color hex is 0.00, 0.08, 0.42, 0.31. Web safe color of #afa165 is #999966. Color #afa165 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100001 01100101
Octal 257 241 145
Decimal 175 161 101
Hex AF A1 65

RGB Percentages of Color #afa165

%40.05
%36.84
%23.11

CMYK Percentages of Color #afa165

%0
%8
%42
%31

Triadic Colors of #afa165

#afa165 #65afa1 #a165af

Analogous Colors of #afa165

#afa165 #98af65 #af7c65

Monochromatic Colors of #afa165

#afa165

Complementary Color

#afa165 #6573af

#afa165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa165 Color CSS Codes

.mybgcolor {background-color:#afa165; } 
.myforecolor {color:#afa165; }
.mybordercolor {border:3px solid #afa165; }

#afa165 Text Font Color

<p style="color:#afa165">Text here</p>

This sample text font color is #afa165
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#afa165 Background Color

<div style="background-color:#afa165">
Div content here</div>

This div background color is #afa165


#afa165 Border Color

<div style="border:3px solid #afa165">
Div here</div>

This div border color is #afa165


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,161,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #afa165; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #afa165;
  -webkit-box-shadow: 1px 1px 3px 2px #afa165;
  box-shadow:         1px 1px 3px 2px #afa165; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,161,101, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #afa165">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #afa165;
  -webkit-box-shadow: 1px 1px 3px 2px #afa165;
  box-shadow:         1px 1px 3px 2px #afa165;">
Div content here</div>

This div box has shadow with color #afa165


Comments

No comments written yet.

Please login to write comment.