#ADAA96

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

Shades of Eagle #ADAA96

Tints of Eagle #ADAA96

Color information

#ADAA96 (or 0xADAA96) is unknown color: approx Eagle. HEX triplet: AD, AA and 96. RGB value is (173,170,150). Sum of RGB (Red+Green+Blue) = 173+170+150=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAA96 is #525569. Grayscale: #A8A8A8. Windows color (decimal): -5395818 or 9874093. OLE color: 9874093.

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

Color convert

RGB173170150-
CMYK00.020.130.32
HSL52.17º12.3%63.33%-
HSV(B)52.17º13.29%67.84%-
XYZ37.1139.8434.59-
YUV168.62117.49131.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.09%
GREEN value IS 170 (66.80% from 255) = 34.48%
BLUE value IS 150 (58.98% from 255) = 30.43%
R=35.09%
G=34.48%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317015000.020.130.3252.1712.363.33
HexADAA9602D2034c3f
Octal255252226021540641477
Binary10101101101010101001011001011011000001101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAA96; }

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

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

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

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

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

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

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

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