Html Css Color HEX #ADAA94 Eagle

📋 copy color: '#ADAA94'

red 173 ◦ green 170 ◦ blue 148

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

Shades of Eagle #ADAA94

Tints of Eagle #ADAA94

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.62%

 BLUE value IS 148 (58.2% from 255) = 30.14%

R = 35.23%
G = 34.62%
B = 30.14%

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

#ADAA94 (or 0xADAA94) is known color: Eagle. HEX triplet: AD, AA and 94. RGB value is (173,170,148). Sum of RGB (Red+Green+Blue) = 173+170+148=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAA94 is #52556B. Grayscale: #A8A8A8. Windows color (decimal): -5395820 or 9743021. OLE color: 9743021.

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

Color convert

RGB 173 170 148 -
CMYK 0 0.02 0.14 0.32
HSL 52.8º 0.13% 0.63% -
HSV(B) 52.8º 0.14% 0.68% -
XYZ 36.95 39.77 33.75 -
YUV 168.39 116.49 131.29 -
System Red Green Blue C M Y K H S L
Decimal 173 170 148 0 0.02 0.14 0.32 52.8 0.13 0.63
Hex AD AA 94 0 2 E 20 35 D 3F
Octal 255 252 224 0 2 16 40 65 15 77
Binary 10101101 10101010 10010100 0 10 1110 100000 110101 1101 111111

Color Harmonies of #ADAA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA94

Black with #ADAA94

Text Example


Text Example

White with #ADAA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA94; }

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

 H1.HeaderClassName
 {
   color: #ADAA94;
 }
 .AnyTagClassName
 {
   color: #ADAA94;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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