#AFAA92

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

Shades of Eagle #AFAA92

Tints of Eagle #AFAA92

Color information

#AFAA92 (or 0xAFAA92) is unknown color: approx Eagle. HEX triplet: AF, AA and 92. RGB value is (175,170,146). Sum of RGB (Red+Green+Blue) = 175+170+146=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAA92 is #50556D. Grayscale: #A8A8A8. Windows color (decimal): -5264750 or 9611951. OLE color: 9611951.

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

Color convert

RGB175170146-
CMYK00.030.170.31
HSL49.66º15.34%62.94%-
HSV(B)49.66º16.57%68.63%-
XYZ37.2439.9432.94-
YUV168.76115.16132.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.64%
GREEN value IS 170 (66.80% from 255) = 34.62%
BLUE value IS 146 (57.42% from 255) = 29.74%
R=35.64%
G=34.62%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517014600.030.170.3149.6615.3462.94
HexAFAA9203111F32f3f
Octal257252222032137621777
Binary10101111101010101001001001110001111111100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAA92; }

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

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

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

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

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

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

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

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