Html Css Color HEX #AAA48D Neutral Green

📋 copy color: '#AAA48D'

red 170 ◦ green 164 ◦ blue 141

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

Shades of Neutral Green #AAA48D

Tints of Neutral Green #AAA48D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.68%

R = 35.79%
G = 34.53%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AAA48D (or 0xAAA48D) is known color: Neutral Green. HEX triplet: AA, A4 and 8D. RGB value is (170,164,141). Sum of RGB (Red+Green+Blue) = 170+164+141=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA48D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA48D is #555B72. Grayscale: #A3A3A3. Windows color (decimal): -5593971 or 9282730. OLE color: 9282730.

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

Color convert

RGB 170 164 141 -
CMYK 0 0.04 0.17 0.33
HSL 47.59º 0.15% 0.61% -
HSV(B) 47.59º 0.17% 0.67% -
XYZ 34.66 37.02 30.52 -
YUV 163.17 115.49 132.87 -
System Red Green Blue C M Y K H S L
Decimal 170 164 141 0 0.04 0.17 0.33 47.59 0.15 0.61
Hex AA A4 8D 0 4 11 21 30 F 3D
Octal 252 244 215 0 4 21 41 60 17 75
Binary 10101010 10100100 10001101 0 100 10001 100001 110000 1111 111101

Color Harmonies of #AAA48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA48D

Black with #AAA48D

Text Example


Text Example

White with #AAA48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA48D; }

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

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

background-color css

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

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

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

border-color css

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

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

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