#AFAD90

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

Shades of Eagle #AFAD90

Tints of Eagle #AFAD90

Color information

#AFAD90 (or 0xAFAD90) is unknown color: approx Eagle. HEX triplet: AF, AD and 90. RGB value is (175,173,144). Sum of RGB (Red+Green+Blue) = 175+173+144=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 144 (56.64% from 255 or 29.27% from 492); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAD90 is #50526F. Grayscale: #AAAAAA. Windows color (decimal): -5263984 or 9481647. OLE color: 9481647.

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

Color convert

RGB175173144-
CMYK00.010.180.31
HSL56.13º16.23%62.55%-
HSV(B)56.13º17.71%68.63%-
XYZ37.6641.0132.32-
YUV170.29113.16131.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.57%
GREEN value IS 173 (67.97% from 255) = 35.16%
BLUE value IS 144 (56.64% from 255) = 29.27%
R=35.57%
G=35.16%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517314400.010.180.3156.1316.2362.55
HexAFAD9001121F38103f
Octal257255220012237702077
Binary10101111101011011001000001100101111111100010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAD90; }

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

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

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

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

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

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

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

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