Html Css Color HEX #ADAA72 Neutral Green

📋 copy color: '#ADAA72'

red 173 ◦ green 170 ◦ blue 114

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

Shades of Neutral Green #ADAA72

Tints of Neutral Green #ADAA72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.95%

R = 37.86%
G = 37.2%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#ADAA72 (or 0xADAA72) is known color: Neutral Green. HEX triplet: AD, AA and 72. RGB value is (173,170,114). Sum of RGB (Red+Green+Blue) = 173+170+114=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAA72 is #52558D. Grayscale: #A4A4A4. Windows color (decimal): -5395854 or 7514797. OLE color: 7514797.

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

Color convert

RGB 173 170 114 -
CMYK 0 0.02 0.34 0.32
HSL 56.95º 0.26% 0.56% -
HSV(B) 56.95º 0.34% 0.68% -
XYZ 34.65 38.85 21.59 -
YUV 164.51 99.49 134.05 -
System Red Green Blue C M Y K H S L
Decimal 173 170 114 0 0.02 0.34 0.32 56.95 0.26 0.56
Hex AD AA 72 0 2 22 20 39 1A 38
Octal 255 252 162 0 2 42 40 71 32 70
Binary 10101101 10101010 1110010 0 10 100010 100000 111001 11010 111000

Color Harmonies of #ADAA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA72

Black with #ADAA72

Text Example


Text Example

White with #ADAA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA72; }

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

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

background-color css

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

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

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

border-color css

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

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

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