#AFAB8C

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

Shades of Eagle #AFAB8C

Tints of Eagle #AFAB8C

Color information

#AFAB8C (or 0xAFAB8C) is unknown color: approx Eagle. HEX triplet: AF, AB and 8C. RGB value is (175,171,140). Sum of RGB (Red+Green+Blue) = 175+171+140=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAB8C is #505473. Grayscale: #A8A8A8. Windows color (decimal): -5264500 or 9218991. OLE color: 9218991.

HSL color Cylindrical-coordinate representation of color #AFAB8C: hue angle of 53.14º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFAB8C is Cyan = 0, Magento = 0.02, Yellow = 0.2 and Black (K on CMYK) = 0.31.

Color convert

RGB175171140-
CMYK00.020.20.31
HSL53.14º17.95%61.76%-
HSV(B)53.14º20%68.63%-
XYZ36.9840.1330.61-
YUV168.66111.83132.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.01%
GREEN value IS 171 (67.19% from 255) = 35.19%
BLUE value IS 140 (55.08% from 255) = 28.81%
R=36.01%
G=35.19%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.2
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517114000.020.20.3153.1417.9561.76
HexAFAB8C02141F35123e
Octal257253214022437652276
Binary101011111010101110001100010101001111111010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAB8C; }

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

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

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

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

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

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

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

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