Html Css Color HEX #ADA99C Eagle

📋 copy color: '#ADA99C'

red 173 ◦ green 169 ◦ blue 156

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

Shades of Eagle #ADA99C

Tints of Eagle #ADA99C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.33%

R = 34.74%
G = 33.94%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#ADA99C (or 0xADA99C) is known color: Eagle. HEX triplet: AD, A9 and 9C. RGB value is (173,169,156). Sum of RGB (Red+Green+Blue) = 173+169+156=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 169 (66.41% from 255 or 33.94% from 498); Blue value is 156 (61.33% from 255 or 31.33% from 498); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA99C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA99C is #525663. Grayscale: #A8A8A8. Windows color (decimal): -5396068 or 10267053. OLE color: 10267053.

HSL color Cylindrical-coordinate representation of color #ADA99C: hue angle of 45.88º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADA99C is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 169 156 -
CMYK 0 0.02 0.10 0.32
HSL 45.88º 0.09% 0.65% -
HSV(B) 45.88º 0.1% 0.68% -
XYZ 37.42 39.66 37.14 -
YUV 168.71 120.83 131.06 -
System Red Green Blue C M Y K H S L
Decimal 173 169 156 0 0.02 0.10 0.32 45.88 0.09 0.65
Hex AD A9 9C 0 2 A 20 2E 9 41
Octal 255 251 234 0 2 12 40 56 11 101
Binary 10101101 10101001 10011100 0 10 1010 100000 101110 1001 1000001

Color Harmonies of #ADA99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA99C

Black with #ADA99C

Text Example


Text Example

White with #ADA99C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA99C; }

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

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

background-color css

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

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

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

border-color css

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

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

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