#AFAC96

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

Shades of Eagle #AFAC96

Tints of Eagle #AFAC96

Color information

#AFAC96 (or 0xAFAC96) is unknown color: approx Eagle. HEX triplet: AF, AC and 96. RGB value is (175,172,150). Sum of RGB (Red+Green+Blue) = 175+172+150=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAC96 is #505369. Grayscale: #AAAAAA. Windows color (decimal): -5264234 or 9874607. OLE color: 9874607.

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

Color convert

RGB175172150-
CMYK00.020.140.31
HSL52.8º13.51%63.73%-
HSV(B)52.8º14.29%68.63%-
XYZ37.9440.8234.73-
YUV170.39116.49131.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.21%
GREEN value IS 172 (67.58% from 255) = 34.61%
BLUE value IS 150 (58.98% from 255) = 30.18%
R=35.21%
G=34.61%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517215000.020.140.3152.813.5163.73
HexAFAC9602E1F35e40
Octal2572542260216376516100
Binary10101111101011001001011001011101111111010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAC96; }

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

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

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

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

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

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

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

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