Html Css Color HEX #ADA997 Eagle

📋 copy color: '#ADA997'

red 173 ◦ green 169 ◦ blue 151

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

Shades of Eagle #ADA997

Tints of Eagle #ADA997

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.28%

 BLUE value IS 151 (59.38% from 255) = 30.63%

R = 35.09%
G = 34.28%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#ADA997 (or 0xADA997) is known color: Eagle. HEX triplet: AD, A9 and 97. RGB value is (173,169,151). Sum of RGB (Red+Green+Blue) = 173+169+151=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 169 (66.41% from 255 or 34.28% from 493); Blue value is 151 (59.38% from 255 or 30.63% from 493); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA997 is #525668. Grayscale: #A8A8A8. Windows color (decimal): -5396073 or 9939373. OLE color: 9939373.

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

Color convert

RGB 173 169 151 -
CMYK 0 0.02 0.13 0.32
HSL 49.09º 0.12% 0.64% -
HSV(B) 49.09º 0.13% 0.68% -
XYZ 37.01 39.49 34.95 -
YUV 168.14 118.33 131.46 -
System Red Green Blue C M Y K H S L
Decimal 173 169 151 0 0.02 0.13 0.32 49.09 0.12 0.64
Hex AD A9 97 0 2 D 20 31 C 40
Octal 255 251 227 0 2 15 40 61 14 100
Binary 10101101 10101001 10010111 0 10 1101 100000 110001 1100 1000000

Color Harmonies of #ADA997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA997

Black with #ADA997

Text Example


Text Example

White with #ADA997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA997; }

 p { color: rgb(173,169,151); }

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

background-color css

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

 a { background-color: rgb(173,169,151); }

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

border-color css

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

 span { border-color: rgb(173,169,151); }

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