#AFAF97

Color #AFAF97 Eagle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eagle #AFAF97

Tints of Eagle #AFAF97

Color information

#AFAF97 (or 0xAFAF97) is unknown color: approx Eagle. HEX triplet: AF, AF and 97. RGB value is (175,175,151). Sum of RGB (Red+Green+Blue) = 175+175+151=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 151 (59.38% from 255 or 30.14% from 501); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAF97 is #505068. Grayscale: #ACACAC. Windows color (decimal): -5263465 or 9940911. OLE color: 9940911.

HSL color Cylindrical-coordinate representation of color #AFAF97: hue angle of 60º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFAF97 is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB175175151-
CMYK000.140.31
HSL60º13.04%63.92%-
HSV(B)60º13.71%68.63%-
XYZ38.642.0135.35-
YUV172.26116129.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 34.93%
GREEN value IS 175 (68.75% from 255) = 34.93%
BLUE value IS 151 (59.38% from 255) = 30.14%
R=34.93%
G=34.93%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175175151000.140.316013.0463.92
HexAFAF9700E1F3cd40
Octal2572572270016377415100
Binary1010111110101111100101110011101111111110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAF97; }

 p { color: rgb(175,175,151); }

 H1.HeaderClassName
 {
   color: #AFAF97;
 }
 .AnyTagClassName
 {
   color: #AFAF97;
 }
</style>
background-color css

<style>
 a { background-color: #AFAF97; }

 a { background-color: rgb(175,175,151); }

 div.DivClassName
 {
   background-color: #AFAF97;
 }
 .BgClassName
 {
   background-color: #AFAF97;
 }
</style>
border-color css

<style>
 span { border-color: #AFAF97; }

 span { border-color: rgb(175,175,151); }

 td.TdClassName
 {
   border-color: #AFAF97;
 }
 .TagClassName
 {
   border-color: #AFAF97;
 }
</style>