#AFAB9C

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

Shades of Eagle #AFAB9C

Tints of Eagle #AFAB9C

Color information

#AFAB9C (or 0xAFAB9C) is unknown color: approx Eagle. HEX triplet: AF, AB and 9C. RGB value is (175,171,156). Sum of RGB (Red+Green+Blue) = 175+171+156=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAB9C is #505463. Grayscale: #AAAAAA. Windows color (decimal): -5264484 or 10267567. OLE color: 10267567.

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

Color convert

RGB175171156-
CMYK00.020.110.31
HSL47.37º10.61%64.9%-
HSV(B)47.37º10.86%68.63%-
XYZ38.2440.6437.28-
YUV170.49119.83131.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.86%
GREEN value IS 171 (67.19% from 255) = 34.06%
BLUE value IS 156 (61.33% from 255) = 31.08%
R=34.86%
G=34.06%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517115600.020.110.3147.3710.6164.9
HexAFAB9C02B1F2fb41
Octal2572532340213375713101
Binary10101111101010111001110001010111111110111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAB9C; }

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

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

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

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

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

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

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

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