Html Css Color HEX #ADA996 Eagle

📋 copy color: '#ADA996'

red 173 ◦ green 169 ◦ blue 150

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

Shades of Eagle #ADA996

Tints of Eagle #ADA996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.49%

R = 35.16%
G = 34.35%
B = 30.49%

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

#ADA996 (or 0xADA996) is known color: Eagle. HEX triplet: AD, A9 and 96. RGB value is (173,169,150). Sum of RGB (Red+Green+Blue) = 173+169+150=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA996 is #525669. Grayscale: #A8A8A8. Windows color (decimal): -5396074 or 9873837. OLE color: 9873837.

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

Color convert

RGB 173 169 150 -
CMYK 0 0.02 0.13 0.32
HSL 49.57º 0.12% 0.63% -
HSV(B) 49.57º 0.13% 0.68% -
XYZ 36.93 39.46 34.52 -
YUV 168.03 117.83 131.54 -
System Red Green Blue C M Y K H S L
Decimal 173 169 150 0 0.02 0.13 0.32 49.57 0.12 0.63
Hex AD A9 96 0 2 D 20 32 C 3F
Octal 255 251 226 0 2 15 40 62 14 77
Binary 10101101 10101001 10010110 0 10 1101 100000 110010 1100 111111

Color Harmonies of #ADA996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA996

Black with #ADA996

Text Example


Text Example

White with #ADA996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA996; }

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

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

background-color css

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

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

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

border-color css

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

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

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