#AFAA90

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

Shades of Eagle #AFAA90

Tints of Eagle #AFAA90

Color information

#AFAA90 (or 0xAFAA90) is unknown color: approx Eagle. HEX triplet: AF, AA and 90. RGB value is (175,170,144). Sum of RGB (Red+Green+Blue) = 175+170+144=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAA90 is #50556F. Grayscale: #A8A8A8. Windows color (decimal): -5264752 or 9480879. OLE color: 9480879.

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

Color convert

RGB175170144-
CMYK00.030.180.31
HSL50.32º16.23%62.55%-
HSV(B)50.32º17.71%68.63%-
XYZ37.0939.8832.13-
YUV168.53114.16132.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.79%
GREEN value IS 170 (66.80% from 255) = 34.76%
BLUE value IS 144 (56.64% from 255) = 29.45%
R=35.79%
G=34.76%
B=29.45%

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
Decimal17517014400.030.180.3150.3216.2362.55
HexAFAA9003121F32103f
Octal257252220032237622077
Binary101011111010101010010000011100101111111001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAA90; }

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

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

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

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

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

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

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

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