#ADAA99

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

Shades of Eagle #ADAA99

Tints of Eagle #ADAA99

Color information

#ADAA99 (or 0xADAA99) is unknown color: approx Eagle. HEX triplet: AD, AA and 99. RGB value is (173,170,153). Sum of RGB (Red+Green+Blue) = 173+170+153=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAA99 is #525566. Grayscale: #A9A9A9. Windows color (decimal): -5395815 or 10070701. OLE color: 10070701.

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

Color convert

RGB173170153-
CMYK00.020.120.32
HSL51º10.87%63.92%-
HSV(B)51º11.56%67.84%-
XYZ37.3639.9335.88-
YUV168.96118.99130.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.88%
GREEN value IS 170 (66.80% from 255) = 34.27%
BLUE value IS 153 (60.16% from 255) = 30.85%
R=34.88%
G=34.27%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317015300.020.120.325110.8763.92
HexADAA9902C2033b40
Octal2552522310214406313100
Binary101011011010101010011001010110010000011001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAA99; }

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

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

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

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

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

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

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

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