#AFAA97

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

Shades of Eagle #AFAA97

Tints of Eagle #AFAA97

Color information

#AFAA97 (or 0xAFAA97) is unknown color: approx Eagle. HEX triplet: AF, AA and 97. RGB value is (175,170,151). Sum of RGB (Red+Green+Blue) = 175+170+151=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 151 (59.38% from 255 or 30.44% from 496); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAA97 is #505568. Grayscale: #A9A9A9. Windows color (decimal): -5264745 or 9939631. OLE color: 9939631.

HSL color Cylindrical-coordinate representation of color #AFAA97: hue angle of 47.5º 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 #AFAA97 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB175170151-
CMYK00.030.140.31
HSL47.5º13.04%63.92%-
HSV(B)47.5º13.71%68.63%-
XYZ37.6440.135.03-
YUV169.33117.66132.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.28%
GREEN value IS 170 (66.80% from 255) = 34.27%
BLUE value IS 151 (59.38% from 255) = 30.44%
R=35.28%
G=34.27%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517015100.030.140.3147.513.0463.92
HexAFAA9703E1F30d40
Octal2572522270316376015100
Binary10101111101010101001011101111101111111000011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAA97; }

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

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

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

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

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

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

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

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