Html Css Color HEX #AAA77A Neutral Green

📋 copy color: '#AAA77A'

red 170 ◦ green 167 ◦ blue 122

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

Shades of Neutral Green #AAA77A

Tints of Neutral Green #AAA77A

RGB

 RED value IS 170 (66.8% from 255) = 37.04%

 GREEN value IS 167 (65.63% from 255) = 36.38%

 BLUE value IS 122 (48.05% from 255) = 26.58%

R = 37.04%
G = 36.38%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AAA77A (or 0xAAA77A) is known color: Neutral Green. HEX triplet: AA, A7 and 7A. RGB value is (170,167,122). Sum of RGB (Red+Green+Blue) = 170+167+122=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA77A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA77A is #555885. Grayscale: #A2A2A2. Windows color (decimal): -5593222 or 8038314. OLE color: 8038314.

HSL color Cylindrical-coordinate representation of color #AAA77A: hue angle of 56.25º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAA77A is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 167 122 -
CMYK 0 0.02 0.28 0.33
HSL 56.25º 0.22% 0.57% -
HSV(B) 56.25º 0.28% 0.67% -
XYZ 33.91 37.59 23.88 -
YUV 162.77 104.99 133.16 -
System Red Green Blue C M Y K H S L
Decimal 170 167 122 0 0.02 0.28 0.33 56.25 0.22 0.57
Hex AA A7 7A 0 2 1C 21 38 16 39
Octal 252 247 172 0 2 34 41 70 26 71
Binary 10101010 10100111 1111010 0 10 11100 100001 111000 10110 111001

Color Harmonies of #AAA77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA77A

Black with #AAA77A

Text Example


Text Example

White with #AAA77A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA77A; }

 p { color: rgb(170,167,122); }

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

background-color css

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

 a { background-color: rgb(170,167,122); }

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

border-color css

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

 span { border-color: rgb(170,167,122); }

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