#AFAB96

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

Shades of Eagle #AFAB96

Tints of Eagle #AFAB96

Color information

#AFAB96 (or 0xAFAB96) is unknown color: approx Eagle. HEX triplet: AF, AB and 96. RGB value is (175,171,150). Sum of RGB (Red+Green+Blue) = 175+171+150=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAB96 is #505469. Grayscale: #A9A9A9. Windows color (decimal): -5264490 or 9874351. OLE color: 9874351.

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

Color convert

RGB175171150-
CMYK00.020.140.31
HSL50.4º13.51%63.73%-
HSV(B)50.4º14.29%68.63%-
XYZ37.7540.4434.67-
YUV169.8116.83131.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.28%
GREEN value IS 171 (67.19% from 255) = 34.48%
BLUE value IS 150 (58.98% from 255) = 30.24%
R=35.28%
G=34.48%
B=30.24%

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
Decimal17517115000.020.140.3150.413.5163.73
HexAFAB9602E1F32e40
Octal2572532260216376216100
Binary10101111101010111001011001011101111111001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAB96; }

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

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

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

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

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

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

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

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