Html Css Color HEX #ADA896 Eagle

📋 copy color: '#ADA896'

red 173 ◦ green 168 ◦ blue 150

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

Shades of Eagle #ADA896

Tints of Eagle #ADA896

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.22%

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

R = 35.23%
G = 34.22%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#ADA896 (or 0xADA896) is known color: Eagle. HEX triplet: AD, A8 and 96. RGB value is (173,168,150). Sum of RGB (Red+Green+Blue) = 173+168+150=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA896 is #525769. Grayscale: #A7A7A7. Windows color (decimal): -5396330 or 9873581. OLE color: 9873581.

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

Color convert

RGB 173 168 150 -
CMYK 0 0.03 0.13 0.32
HSL 46.96º 0.12% 0.63% -
HSV(B) 46.96º 0.13% 0.68% -
XYZ 36.74 39.09 34.46 -
YUV 167.44 118.16 131.96 -
System Red Green Blue C M Y K H S L
Decimal 173 168 150 0 0.03 0.13 0.32 46.96 0.12 0.63
Hex AD A8 96 0 3 D 20 2F C 3F
Octal 255 250 226 0 3 15 40 57 14 77
Binary 10101101 10101000 10010110 0 11 1101 100000 101111 1100 111111

Color Harmonies of #ADA896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA896

Black with #ADA896

Text Example


Text Example

White with #ADA896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA896; }

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

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

background-color css

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

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

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

border-color css

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

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

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