Html Css Color HEX #AAA38C Neutral Green

📋 copy color: '#AAA38C'

red 170 ◦ green 163 ◦ blue 140

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

Shades of Neutral Green #AAA38C

Tints of Neutral Green #AAA38C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.6%

R = 35.94%
G = 34.46%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AAA38C (or 0xAAA38C) is known color: Neutral Green. HEX triplet: AA, A3 and 8C. RGB value is (170,163,140). Sum of RGB (Red+Green+Blue) = 170+163+140=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 163 (64.06% from 255 or 34.46% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA38C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA38C is #555C73. Grayscale: #A2A2A2. Windows color (decimal): -5594228 or 9216938. OLE color: 9216938.

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

Color convert

RGB 170 163 140 -
CMYK 0 0.04 0.18 0.33
HSL 46º 0.15% 0.61% -
HSV(B) 46º 0.18% 0.67% -
XYZ 34.41 36.63 30.07 -
YUV 162.47 115.32 133.37 -
System Red Green Blue C M Y K H S L
Decimal 170 163 140 0 0.04 0.18 0.33 46 0.15 0.61
Hex AA A3 8C 0 4 12 21 2E F 3D
Octal 252 243 214 0 4 22 41 56 17 75
Binary 10101010 10100011 10001100 0 100 10010 100001 101110 1111 111101

Color Harmonies of #AAA38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA38C

Black with #AAA38C

Text Example


Text Example

White with #AAA38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA38C; }

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

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

background-color css

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

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

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

border-color css

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

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

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