Color Hex Logo

#afa969 Color Hex

#AFA969
(175,169,105)
0 Favorites   0 Comments

Color spaces of #afa969

RGB 175169105
HSL0.150.300.55
HSV55°40°69°
CMYK 0.000.030.40   0.31
XYZ34.417038.509818.9838
Yxy38.50980.37450.4190
Hunter Lab62.0563-9.600725.3018
CIE-Lab68.3947-7.388933.7778

#afa969 color RGB value is (175,169,105).

#afa969 hex color red value is 175, green value is 169 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #afa969 hue: 0.15 , saturation: 0.30 and the lightness value of afa969 is 0.55.

The process color (four color CMYK) of #afa969 color hex is 0.00, 0.03, 0.40, 0.31. Web safe color of #afa969 is #999966. Color #afa969 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101001 01101001
Octal 257 251 151
Decimal 175 169 105
Hex AF A9 69

RGB Percentages of Color #afa969

%38.98
%37.64
%23.39

CMYK Percentages of Color #afa969

%0
%3
%40
%31

Triadic Colors of #afa969

#afa969 #69afa9 #a969af

Analogous Colors of #afa969

#afa969 #92af69 #af8669

Monochromatic Colors of #afa969

#afa969

Complementary Color

#afa969 #696faf

#afa969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa969 Color CSS Codes

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

#afa969 Text Font Color

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

This sample text font color is #afa969
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.


#afa969 Background Color

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

This div background color is #afa969


#afa969 Border Color

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

This div border color is #afa969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa969


Comments

No comments written yet.

Please login to write comment.