#ADA996

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

Shades of Eagle #ADA996

Tints of Eagle #ADA996

Color information

#ADA996 (or 0xADA996) is unknown color: approx Eagle. HEX triplet: AD, A9 and 96. RGB value is (173,169,150). Sum of RGB (Red+Green+Blue) = 173+169+150=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA996 is #525669. Grayscale: #A8A8A8. Windows color (decimal): -5396074 or 9873837. OLE color: 9873837.

HSL color Cylindrical-coordinate representation of color #ADA996: hue angle of 49.57º 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 #ADA996 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB173169150-
CMYK00.020.130.32
HSL49.57º12.3%63.33%-
HSV(B)49.57º13.29%67.84%-
XYZ36.9339.4634.52-
YUV168.03117.83131.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.16%
GREEN value IS 169 (66.41% from 255) = 34.35%
BLUE value IS 150 (58.98% from 255) = 30.49%
R=35.16%
G=34.35%
B=30.49%

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
Decimal17316915000.020.130.3249.5712.363.33
HexADA99602D2032c3f
Octal255251226021540621477
Binary10101101101010011001011001011011000001100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA996; }

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

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

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

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

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

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

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

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