#AFAB9A

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

Shades of Eagle #AFAB9A

Tints of Eagle #AFAB9A

Color information

#AFAB9A (or 0xAFAB9A) is unknown color: approx Eagle. HEX triplet: AF, AB and 9A. RGB value is (175,171,154). Sum of RGB (Red+Green+Blue) = 175+171+154=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAB9A is #505465. Grayscale: #AAAAAA. Windows color (decimal): -5264486 or 10136495. OLE color: 10136495.

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

Color convert

RGB175171154-
CMYK00.020.120.31
HSL48.57º11.6%64.51%-
HSV(B)48.57º12%68.63%-
XYZ38.0740.5736.4-
YUV170.26118.83131.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35%
GREEN value IS 171 (67.19% from 255) = 34.2%
BLUE value IS 154 (60.55% from 255) = 30.8%
R=35%
G=34.2%
B=30.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517115400.020.120.3148.5711.664.51
HexAFAB9A02C1F31c41
Octal2572532320214376114101
Binary10101111101010111001101001011001111111000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAB9A; }

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

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

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

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

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

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

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

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