Html Css Color HEX #ADAA80 Neutral Green

📋 copy color: '#ADAA80'

red 173 ◦ green 170 ◦ blue 128

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

Shades of Neutral Green #ADAA80

Tints of Neutral Green #ADAA80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.18%

R = 36.73%
G = 36.09%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#ADAA80 (or 0xADAA80) is known color: Neutral Green. HEX triplet: AD, AA and 80. RGB value is (173,170,128). Sum of RGB (Red+Green+Blue) = 173+170+128=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAA80 is #52557F. Grayscale: #A6A6A6. Windows color (decimal): -5395840 or 8432301. OLE color: 8432301.

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

Color convert

RGB 173 170 128 -
CMYK 0 0.02 0.26 0.32
HSL 56º 0.22% 0.59% -
HSV(B) 56º 0.26% 0.68% -
XYZ 35.5 39.19 26.12 -
YUV 166.11 106.49 132.92 -
System Red Green Blue C M Y K H S L
Decimal 173 170 128 0 0.02 0.26 0.32 56 0.22 0.59
Hex AD AA 80 0 2 1A 20 38 16 3B
Octal 255 252 200 0 2 32 40 70 26 73
Binary 10101101 10101010 10000000 0 10 11010 100000 111000 10110 111011

Color Harmonies of #ADAA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA80

Black with #ADAA80

Text Example


Text Example

White with #ADAA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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