Html Css Color HEX #ADAD97 Eagle

📋 copy color: '#ADAD97'

red 173 ◦ green 173 ◦ blue 151

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

Shades of Eagle #ADAD97

Tints of Eagle #ADAD97

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.81%

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

R = 34.81%
G = 34.81%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#ADAD97 (or 0xADAD97) is known color: Eagle. HEX triplet: AD, AD and 97. RGB value is (173,173,151). Sum of RGB (Red+Green+Blue) = 173+173+151=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 151 (59.38% from 255 or 30.38% from 497); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAD97 is #525268. Grayscale: #AAAAAA. Windows color (decimal): -5395049 or 9940397. OLE color: 9940397.

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

Color convert

RGB 173 173 151 -
CMYK 0 0 0.13 0.32
HSL 60º 0.12% 0.64% -
HSV(B) 60º 0.13% 0.68% -
XYZ 37.76 41.01 35.2 -
YUV 170.49 117 129.79 -
System Red Green Blue C M Y K H S L
Decimal 173 173 151 0 0 0.13 0.32 60 0.12 0.64
Hex AD AD 97 0 0 D 20 3C C 40
Octal 255 255 227 0 0 15 40 74 14 100
Binary 10101101 10101101 10010111 0 0 1101 100000 111100 1100 1000000

Color Harmonies of #ADAD97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD97

Black with #ADAD97

Text Example


Text Example

White with #ADAD97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAD97; }

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

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

background-color css

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

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

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

border-color css

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

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

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