Html Css Color HEX #AAA384 Neutral Green

📋 copy color: '#AAA384'

red 170 ◦ green 163 ◦ blue 132

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

Shades of Neutral Green #AAA384

Tints of Neutral Green #AAA384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 28.39%

R = 36.56%
G = 35.05%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AAA384 (or 0xAAA384) is known color: Neutral Green. HEX triplet: AA, A3 and 84. RGB value is (170,163,132). Sum of RGB (Red+Green+Blue) = 170+163+132=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA384 is #555C7B. Grayscale: #A1A1A1. Windows color (decimal): -5594236 or 8692650. OLE color: 8692650.

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

Color convert

RGB 170 163 132 -
CMYK 0 0.04 0.22 0.33
HSL 48.95º 0.18% 0.59% -
HSV(B) 48.95º 0.22% 0.67% -
XYZ 33.84 36.41 27.07 -
YUV 161.56 111.32 134.02 -
System Red Green Blue C M Y K H S L
Decimal 170 163 132 0 0.04 0.22 0.33 48.95 0.18 0.59
Hex AA A3 84 0 4 16 21 31 12 3B
Octal 252 243 204 0 4 26 41 61 22 73
Binary 10101010 10100011 10000100 0 100 10110 100001 110001 10010 111011

Color Harmonies of #AAA384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA384

Black with #AAA384

Text Example


Text Example

White with #AAA384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA384; }

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

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

background-color css

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

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

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

border-color css

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

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

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