Html Css Color HEX #AAA38B Neutral Green

📋 copy color: '#AAA38B'

red 170 ◦ green 163 ◦ blue 139

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

Shades of Neutral Green #AAA38B

Tints of Neutral Green #AAA38B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.45%

R = 36.02%
G = 34.53%
B = 29.45%

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

#AAA38B (or 0xAAA38B) is known color: Neutral Green. HEX triplet: AA, A3 and 8B. RGB value is (170,163,139). Sum of RGB (Red+Green+Blue) = 170+163+139=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA38B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA38B is #555C74. Grayscale: #A2A2A2. Windows color (decimal): -5594229 or 9151402. OLE color: 9151402.

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

Color convert

RGB 170 163 139 -
CMYK 0 0.04 0.18 0.33
HSL 46.45º 0.15% 0.61% -
HSV(B) 46.45º 0.18% 0.67% -
XYZ 34.33 36.6 29.68 -
YUV 162.36 114.82 133.45 -
System Red Green Blue C M Y K H S L
Decimal 170 163 139 0 0.04 0.18 0.33 46.45 0.15 0.61
Hex AA A3 8B 0 4 12 21 2E F 3D
Octal 252 243 213 0 4 22 41 56 17 75
Binary 10101010 10100011 10001011 0 100 10010 100001 101110 1111 111101

Color Harmonies of #AAA38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA38B

Black with #AAA38B

Text Example


Text Example

White with #AAA38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA38B; }

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

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

background-color css

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

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

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

border-color css

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

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

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