#ADAA97

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

Shades of Eagle #ADAA97

Tints of Eagle #ADAA97

Color information

#ADAA97 (or 0xADAA97) is unknown color: approx Eagle. HEX triplet: AD, AA and 97. RGB value is (173,170,151). Sum of RGB (Red+Green+Blue) = 173+170+151=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 151 (59.38% from 255 or 30.57% from 494); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAA97 is #525568. Grayscale: #A8A8A8. Windows color (decimal): -5395817 or 9939629. OLE color: 9939629.

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

Color convert

RGB173170151-
CMYK00.020.130.32
HSL51.82º11.83%63.53%-
HSV(B)51.82º12.72%67.84%-
XYZ37.1939.8735.01-
YUV168.73117.99131.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.02%
GREEN value IS 170 (66.80% from 255) = 34.41%
BLUE value IS 151 (59.38% from 255) = 30.57%
R=35.02%
G=34.41%
B=30.57%

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
Decimal17317015100.020.130.3251.8211.8363.53
HexADAA9702D2034c40
Octal2552522270215406414100
Binary101011011010101010010111010110110000011010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAA97; }

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

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

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

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

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

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

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

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