#AFAA96

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

Shades of Eagle #AFAA96

Tints of Eagle #AFAA96

Color information

#AFAA96 (or 0xAFAA96) is unknown color: approx Eagle. HEX triplet: AF, AA and 96. RGB value is (175,170,150). Sum of RGB (Red+Green+Blue) = 175+170+150=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 150 (58.98% from 255 or 30.30% from 495); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAA96 is #505569. Grayscale: #A9A9A9. Windows color (decimal): -5264746 or 9874095. OLE color: 9874095.

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

Color convert

RGB175170150-
CMYK00.030.140.31
HSL48º13.51%63.73%-
HSV(B)48º14.29%68.63%-
XYZ37.5640.0734.61-
YUV169.21117.16132.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.35%
GREEN value IS 170 (66.80% from 255) = 34.34%
BLUE value IS 150 (58.98% from 255) = 30.30%
R=35.35%
G=34.34%
B=30.30%

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
Decimal17517015000.030.140.314813.5163.73
HexAFAA9603E1F30e40
Octal2572522260316376016100
Binary10101111101010101001011001111101111111000011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAA96; }

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

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

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

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

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

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

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

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