Html Css Color HEX #ADAA95 Eagle

📋 copy color: '#ADAA95'

red 173 ◦ green 170 ◦ blue 149

#ADAA95
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eagle #ADAA95

Tints of Eagle #ADAA95

RGB

 RED value IS 173 (67.97% from 255) = 35.16%

 GREEN value IS 170 (66.8% 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 value IS 0

 M value IS 0.02

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#ADAA95 (or 0xADAA95) is known color: 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

RGB 173 170 149 -
CMYK 0 0.02 0.14 0.32
HSL 52.5º 0.13% 0.63% -
HSV(B) 52.5º 0.14% 0.68% -
XYZ 37.03 39.8 34.16 -
YUV 168.5 116.99 131.21 -
System Red Green Blue C M Y K H S L
Decimal 173 170 149 0 0.02 0.14 0.32 52.5 0.13 0.63
Hex AD AA 95 0 2 E 20 34 D 3F
Octal 255 252 225 0 2 16 40 64 15 77
Binary 10101101 10101010 10010101 0 10 1110 100000 110100 1101 111111

Color Harmonies of #ADAA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA95

Black with #ADAA95

Text Example


Text Example

White with #ADAA95

Text Example


Text Example

HTML Codes & Css Web 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>