#ADAA95

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

Shades of Eagle #ADAA95

Tints of Eagle #ADAA95

Color information

#ADAA95 (or 0xADAA95) is unknown color: approx Eagle. HEX triplet: AD, AA and 95. RGB value is (173,170,149). Sum of RGB (Red+Green+Blue) = 173+170+149=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAA95 is #52556A. Grayscale: #A8A8A8. Windows color (decimal): -5395819 or 9808557. OLE color: 9808557.

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

Color convert

RGB173170149-
CMYK00.020.140.32
HSL52.5º12.77%63.14%-
HSV(B)52.5º13.87%67.84%-
XYZ37.0339.834.16-
YUV168.5116.99131.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.16%
GREEN value IS 170 (66.80% from 255) = 34.55%
BLUE value IS 149 (58.59% from 255) = 30.28%
R=35.16%
G=34.55%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317014900.020.140.3252.512.7763.14
HexADAA9502E2035d3f
Octal255252225021640651577
Binary10101101101010101001010101011101000001101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAA95; }

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

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

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

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

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

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

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

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