Html Css Color HEX #ADAA89 Neutral Green

📋 copy color: '#ADAA89'

red 173 ◦ green 170 ◦ blue 137

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

Shades of Neutral Green #ADAA89

Tints of Neutral Green #ADAA89

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.42%

 BLUE value IS 137 (53.91% from 255) = 28.54%

R = 36.04%
G = 35.42%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#ADAA89 (or 0xADAA89) is known color: Neutral Green. HEX triplet: AD, AA and 89. RGB value is (173,170,137). Sum of RGB (Red+Green+Blue) = 173+170+137=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 137 (53.91% from 255 or 28.54% from 480); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAA89 is #525576. Grayscale: #A7A7A7. Windows color (decimal): -5395831 or 9022125. OLE color: 9022125.

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

Color convert

RGB 173 170 137 -
CMYK 0 0.02 0.21 0.32
HSL 55º 0.18% 0.61% -
HSV(B) 55º 0.21% 0.68% -
XYZ 36.12 39.44 29.38 -
YUV 167.14 110.99 132.18 -
System Red Green Blue C M Y K H S L
Decimal 173 170 137 0 0.02 0.21 0.32 55 0.18 0.61
Hex AD AA 89 0 2 15 20 37 12 3D
Octal 255 252 211 0 2 25 40 67 22 75
Binary 10101101 10101010 10001001 0 10 10101 100000 110111 10010 111101

Color Harmonies of #ADAA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA89

Black with #ADAA89

Text Example


Text Example

White with #ADAA89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA89; }

 p { color: rgb(173,170,137); }

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

background-color css

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

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

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

border-color css

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

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

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