#ADA997

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

Shades of Eagle #ADA997

Tints of Eagle #ADA997

Color information

#ADA997 (or 0xADA997) is unknown color: approx Eagle. HEX triplet: AD, A9 and 97. RGB value is (173,169,151). Sum of RGB (Red+Green+Blue) = 173+169+151=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 169 (66.41% from 255 or 34.28% from 493); Blue value is 151 (59.38% from 255 or 30.63% from 493); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA997 is #525668. Grayscale: #A8A8A8. Windows color (decimal): -5396073 or 9939373. OLE color: 9939373.

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

Color convert

RGB173169151-
CMYK00.020.130.32
HSL49.09º11.83%63.53%-
HSV(B)49.09º12.72%67.84%-
XYZ37.0139.4934.95-
YUV168.14118.33131.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.09%
GREEN value IS 169 (66.41% from 255) = 34.28%
BLUE value IS 151 (59.38% from 255) = 30.63%
R=35.09%
G=34.28%
B=30.63%

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
Decimal17316915100.020.130.3249.0911.8363.53
HexADA99702D2031c40
Octal2552512270215406114100
Binary101011011010100110010111010110110000011000111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA997; }

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

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

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

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

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

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

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

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