#AFAF96

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

Shades of Eagle #AFAF96

Tints of Eagle #AFAF96

Color information

#AFAF96 (or 0xAFAF96) is unknown color: approx Eagle. HEX triplet: AF, AF and 96. RGB value is (175,175,150). Sum of RGB (Red+Green+Blue) = 175+175+150=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAF96 is #505069. Grayscale: #ACACAC. Windows color (decimal): -5263466 or 9875375. OLE color: 9875375.

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

Color convert

RGB175175150-
CMYK000.140.31
HSL60º13.51%63.73%-
HSV(B)60º14.29%68.63%-
XYZ38.5141.9834.93-
YUV172.15115.5130.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35%
GREEN value IS 175 (68.75% from 255) = 35%
BLUE value IS 150 (58.98% from 255) = 30%
R=35%
G=35%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175175150000.140.316013.5163.73
HexAFAF9600E1F3ce40
Octal2572572260016377416100
Binary1010111110101111100101100011101111111110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAF96; }

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

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

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

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

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

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

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

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