#AFA98C

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

Shades of Eagle #AFA98C

Tints of Eagle #AFA98C

Color information

#AFA98C (or 0xAFA98C) is unknown color: approx Eagle. HEX triplet: AF, A9 and 8C. RGB value is (175,169,140). Sum of RGB (Red+Green+Blue) = 175+169+140=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA98C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA98C is #505673. Grayscale: #A7A7A7. Windows color (decimal): -5265012 or 9218479. OLE color: 9218479.

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

Color convert

RGB175169140-
CMYK00.030.20.31
HSL49.71º17.95%61.76%-
HSV(B)49.71º20%68.63%-
XYZ36.639.3830.48-
YUV167.49112.49133.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.16%
GREEN value IS 169 (66.41% from 255) = 34.92%
BLUE value IS 140 (55.08% from 255) = 28.93%
R=36.16%
G=34.92%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.2
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516914000.030.20.3149.7117.9561.76
HexAFA98C03141F32123e
Octal257251214032437622276
Binary101011111010100110001100011101001111111001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA98C; }

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

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

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

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

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

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

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

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