Html Css Color HEX #AAA38D Neutral Green

📋 copy color: '#AAA38D'

red 170 ◦ green 163 ◦ blue 141

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

Shades of Neutral Green #AAA38D

Tints of Neutral Green #AAA38D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.39%

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

R = 35.86%
G = 34.39%
B = 29.75%

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

#AAA38D (or 0xAAA38D) is known color: Neutral Green. HEX triplet: AA, A3 and 8D. RGB value is (170,163,141). Sum of RGB (Red+Green+Blue) = 170+163+141=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 163 (64.06% from 255 or 34.39% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA38D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA38D is #555C72. Grayscale: #A2A2A2. Windows color (decimal): -5594227 or 9282474. OLE color: 9282474.

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

Color convert

RGB 170 163 141 -
CMYK 0 0.04 0.17 0.33
HSL 45.52º 0.15% 0.61% -
HSV(B) 45.52º 0.17% 0.67% -
XYZ 34.48 36.66 30.46 -
YUV 162.59 115.82 133.29 -
System Red Green Blue C M Y K H S L
Decimal 170 163 141 0 0.04 0.17 0.33 45.52 0.15 0.61
Hex AA A3 8D 0 4 11 21 2E F 3D
Octal 252 243 215 0 4 21 41 56 17 75
Binary 10101010 10100011 10001101 0 100 10001 100001 101110 1111 111101

Color Harmonies of #AAA38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA38D

Black with #AAA38D

Text Example


Text Example

White with #AAA38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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