#AFA990

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

Shades of Eagle #AFA990

Tints of Eagle #AFA990

Color information

#AFA990 (or 0xAFA990) is unknown color: approx Eagle. HEX triplet: AF, A9 and 90. RGB value is (175,169,144). Sum of RGB (Red+Green+Blue) = 175+169+144=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA990 is #50566F. Grayscale: #A8A8A8. Windows color (decimal): -5265008 or 9480623. OLE color: 9480623.

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

Color convert

RGB175169144-
CMYK00.030.180.31
HSL48.39º16.23%62.55%-
HSV(B)48.39º17.71%68.63%-
XYZ36.939.532.07-
YUV167.94114.49133.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.86%
GREEN value IS 169 (66.41% from 255) = 34.63%
BLUE value IS 144 (56.64% from 255) = 29.51%
R=35.86%
G=34.63%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516914400.030.180.3148.3916.2362.55
HexAFA99003121F30103f
Octal257251220032237602077
Binary101011111010100110010000011100101111111000010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA990; }

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

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

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

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

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

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

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

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