Html Css Color HEX #AAA48A Neutral Green

📋 copy color: '#AAA48A'

red 170 ◦ green 164 ◦ blue 138

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

Shades of Neutral Green #AAA48A

Tints of Neutral Green #AAA48A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.75%

 BLUE value IS 138 (54.3% from 255) = 29.24%

R = 36.02%
G = 34.75%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AAA48A (or 0xAAA48A) is known color: Neutral Green. HEX triplet: AA, A4 and 8A. RGB value is (170,164,138). Sum of RGB (Red+Green+Blue) = 170+164+138=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA48A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA48A is #555B75. Grayscale: #A2A2A2. Windows color (decimal): -5593974 or 9086122. OLE color: 9086122.

HSL color Cylindrical-coordinate representation of color #AAA48A: hue angle of 48.75º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAA48A is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 164 138 -
CMYK 0 0.04 0.19 0.33
HSL 48.75º 0.16% 0.6% -
HSV(B) 48.75º 0.19% 0.67% -
XYZ 34.44 36.93 29.36 -
YUV 162.83 113.99 133.11 -
System Red Green Blue C M Y K H S L
Decimal 170 164 138 0 0.04 0.19 0.33 48.75 0.16 0.6
Hex AA A4 8A 0 4 13 21 31 10 3C
Octal 252 244 212 0 4 23 41 61 20 74
Binary 10101010 10100100 10001010 0 100 10011 100001 110001 10000 111100

Color Harmonies of #AAA48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA48A

Black with #AAA48A

Text Example


Text Example

White with #AAA48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA48A; }

 p { color: rgb(170,164,138); }

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

background-color css

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

 a { background-color: rgb(170,164,138); }

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

border-color css

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

 span { border-color: rgb(170,164,138); }

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