Html Css Color HEX #AAA67E Neutral Green

📋 copy color: '#AAA67E'

red 170 ◦ green 166 ◦ blue 126

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

Shades of Neutral Green #AAA67E

Tints of Neutral Green #AAA67E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.27%

R = 36.8%
G = 35.93%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AAA67E (or 0xAAA67E) is known color: Neutral Green. HEX triplet: AA, A6 and 7E. RGB value is (170,166,126). Sum of RGB (Red+Green+Blue) = 170+166+126=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 166 (65.23% from 255 or 35.93% from 462); Blue value is 126 (49.61% from 255 or 27.27% from 462); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA67E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA67E is #555981. Grayscale: #A2A2A2. Windows color (decimal): -5593474 or 8300202. OLE color: 8300202.

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

Color convert

RGB 170 166 126 -
CMYK 0 0.02 0.26 0.33
HSL 54.55º 0.21% 0.58% -
HSV(B) 54.55º 0.26% 0.67% -
XYZ 33.98 37.32 25.15 -
YUV 162.64 107.33 133.25 -
System Red Green Blue C M Y K H S L
Decimal 170 166 126 0 0.02 0.26 0.33 54.55 0.21 0.58
Hex AA A6 7E 0 2 1A 21 37 15 3A
Octal 252 246 176 0 2 32 41 67 25 72
Binary 10101010 10100110 1111110 0 10 11010 100001 110111 10101 111010

Color Harmonies of #AAA67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA67E

Black with #AAA67E

Text Example


Text Example

White with #AAA67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA67E; }

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

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

background-color css

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

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

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

border-color css

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

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

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