Html Css Color HEX #AAA285 Neutral Green

📋 copy color: '#AAA285'

red 170 ◦ green 162 ◦ blue 133

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

Shades of Neutral Green #AAA285

Tints of Neutral Green #AAA285

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.84%

 BLUE value IS 133 (52.34% from 255) = 28.6%

R = 36.56%
G = 34.84%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AAA285 (or 0xAAA285) is known color: Neutral Green. HEX triplet: AA, A2 and 85. RGB value is (170,162,133). Sum of RGB (Red+Green+Blue) = 170+162+133=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA285 is #555D7A. Grayscale: #A1A1A1. Windows color (decimal): -5594491 or 8757930. OLE color: 8757930.

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

Color convert

RGB 170 162 133 -
CMYK 0 0.05 0.22 0.33
HSL 47.03º 0.18% 0.59% -
HSV(B) 47.03º 0.22% 0.67% -
XYZ 33.73 36.08 27.38 -
YUV 161.09 112.15 134.36 -
System Red Green Blue C M Y K H S L
Decimal 170 162 133 0 0.05 0.22 0.33 47.03 0.18 0.59
Hex AA A2 85 0 5 16 21 2F 12 3B
Octal 252 242 205 0 5 26 41 57 22 73
Binary 10101010 10100010 10000101 0 101 10110 100001 101111 10010 111011

Color Harmonies of #AAA285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA285

Black with #AAA285

Text Example


Text Example

White with #AAA285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA285; }

 p { color: rgb(170,162,133); }

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

background-color css

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

 a { background-color: rgb(170,162,133); }

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

border-color css

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

 span { border-color: rgb(170,162,133); }

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