#ADAA92

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

Shades of Eagle #ADAA92

Tints of Eagle #ADAA92

Color information

#ADAA92 (or 0xADAA92) is unknown color: approx Eagle. HEX triplet: AD, AA and 92. RGB value is (173,170,146). Sum of RGB (Red+Green+Blue) = 173+170+146=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAA92 is #52556D. Grayscale: #A8A8A8. Windows color (decimal): -5395822 or 9611949. OLE color: 9611949.

HSL color Cylindrical-coordinate representation of color #ADAA92: hue angle of 53.33º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADAA92 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB173170146-
CMYK00.020.160.32
HSL53.33º14.14%62.55%-
HSV(B)53.33º15.61%67.84%-
XYZ36.839.7132.92-
YUV168.16115.49131.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.38%
GREEN value IS 170 (66.80% from 255) = 34.76%
BLUE value IS 146 (57.42% from 255) = 29.86%
R=35.38%
G=34.76%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317014600.020.160.3253.3314.1462.55
HexADAA9202102035e3f
Octal255252222022040651677
Binary101011011010101010010010010100001000001101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAA92; }

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

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

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

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

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

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

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

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