Html Css Color HEX #AAA67A Neutral Green

📋 copy color: '#AAA67A'

red 170 ◦ green 166 ◦ blue 122

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

Shades of Neutral Green #AAA67A

Tints of Neutral Green #AAA67A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.24%

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

R = 37.12%
G = 36.24%
B = 26.64%

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

#AAA67A (or 0xAAA67A) is known color: Neutral Green. HEX triplet: AA, A6 and 7A. RGB value is (170,166,122). Sum of RGB (Red+Green+Blue) = 170+166+122=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 122 (48.05% from 255 or 26.64% from 458); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA67A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA67A is #555985. Grayscale: #A2A2A2. Windows color (decimal): -5593478 or 8038058. OLE color: 8038058.

HSL color Cylindrical-coordinate representation of color #AAA67A: hue angle of 55º 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 #AAA67A is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 166 122 -
CMYK 0 0.02 0.28 0.33
HSL 55º 0.22% 0.57% -
HSV(B) 55º 0.28% 0.67% -
XYZ 33.73 37.22 23.82 -
YUV 162.18 105.33 133.58 -
System Red Green Blue C M Y K H S L
Decimal 170 166 122 0 0.02 0.28 0.33 55 0.22 0.57
Hex AA A6 7A 0 2 1C 21 37 16 39
Octal 252 246 172 0 2 34 41 67 26 71
Binary 10101010 10100110 1111010 0 10 11100 100001 110111 10110 111001

Color Harmonies of #AAA67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA67A

Black with #AAA67A

Text Example


Text Example

White with #AAA67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA67A; }

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

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

background-color css

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

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

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

border-color css

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

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

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