Html Css Color HEX #ADAA8D Eagle

📋 copy color: '#ADAA8D'

red 173 ◦ green 170 ◦ blue 141

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

Shades of Eagle #ADAA8D

Tints of Eagle #ADAA8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.13%

R = 35.74%
G = 35.12%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#ADAA8D (or 0xADAA8D) is known color: Eagle. HEX triplet: AD, AA and 8D. RGB value is (173,170,141). Sum of RGB (Red+Green+Blue) = 173+170+141=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAA8D is #525572. Grayscale: #A7A7A7. Windows color (decimal): -5395827 or 9284269. OLE color: 9284269.

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

Color convert

RGB 173 170 141 -
CMYK 0 0.02 0.18 0.32
HSL 54.38º 0.16% 0.62% -
HSV(B) 54.38º 0.18% 0.68% -
XYZ 36.42 39.56 30.92 -
YUV 167.59 112.99 131.86 -
System Red Green Blue C M Y K H S L
Decimal 173 170 141 0 0.02 0.18 0.32 54.38 0.16 0.62
Hex AD AA 8D 0 2 12 20 36 10 3E
Octal 255 252 215 0 2 22 40 66 20 76
Binary 10101101 10101010 10001101 0 10 10010 100000 110110 10000 111110

Color Harmonies of #ADAA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA8D

Black with #ADAA8D

Text Example


Text Example

White with #ADAA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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