Html Css Color HEX #AAA388 Neutral Green

📋 copy color: '#AAA388'

red 170 ◦ green 163 ◦ blue 136

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

Shades of Neutral Green #AAA388

Tints of Neutral Green #AAA388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29%

R = 36.25%
G = 34.75%
B = 29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AAA388 (or 0xAAA388) is known color: Neutral Green. HEX triplet: AA, A3 and 88. RGB value is (170,163,136). Sum of RGB (Red+Green+Blue) = 170+163+136=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA388 is #555C77. Grayscale: #A2A2A2. Windows color (decimal): -5594232 or 8954794. OLE color: 8954794.

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

Color convert

RGB 170 163 136 -
CMYK 0 0.04 0.20 0.33
HSL 47.65º 0.17% 0.6% -
HSV(B) 47.65º 0.2% 0.67% -
XYZ 34.12 36.52 28.54 -
YUV 162.02 113.32 133.7 -
System Red Green Blue C M Y K H S L
Decimal 170 163 136 0 0.04 0.20 0.33 47.65 0.17 0.6
Hex AA A3 88 0 4 14 21 30 11 3C
Octal 252 243 210 0 4 24 41 60 21 74
Binary 10101010 10100011 10001000 0 100 10100 100001 110000 10001 111100

Color Harmonies of #AAA388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA388

Black with #AAA388

Text Example


Text Example

White with #AAA388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA388; }

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

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

background-color css

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

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

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

border-color css

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

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

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