Html Css Color HEX #ADAA82 Neutral Green

📋 copy color: '#ADAA82'

red 173 ◦ green 170 ◦ blue 130

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

Shades of Neutral Green #ADAA82

Tints of Neutral Green #ADAA82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.48%

R = 36.58%
G = 35.94%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#ADAA82 (or 0xADAA82) is known color: Neutral Green. HEX triplet: AD, AA and 82. RGB value is (173,170,130). Sum of RGB (Red+Green+Blue) = 173+170+130=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAA82 is #52557D. Grayscale: #A6A6A6. Windows color (decimal): -5395838 or 8563373. OLE color: 8563373.

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

Color convert

RGB 173 170 130 -
CMYK 0 0.02 0.25 0.32
HSL 55.81º 0.21% 0.59% -
HSV(B) 55.81º 0.25% 0.68% -
XYZ 35.64 39.25 26.82 -
YUV 166.34 107.49 132.75 -
System Red Green Blue C M Y K H S L
Decimal 173 170 130 0 0.02 0.25 0.32 55.81 0.21 0.59
Hex AD AA 82 0 2 19 20 38 15 3B
Octal 255 252 202 0 2 31 40 70 25 73
Binary 10101101 10101010 10000010 0 10 11001 100000 111000 10101 111011

Color Harmonies of #ADAA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA82

Black with #ADAA82

Text Example


Text Example

White with #ADAA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA82; }

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

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

background-color css

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

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

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

border-color css

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

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

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