Html Css Color HEX #AAA585 Neutral Green

📋 copy color: '#AAA585'

red 170 ◦ green 165 ◦ blue 133

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

Shades of Neutral Green #AAA585

Tints of Neutral Green #AAA585

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.26%

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

R = 36.32%
G = 35.26%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AAA585 (or 0xAAA585) is known color: Neutral Green. HEX triplet: AA, A5 and 85. RGB value is (170,165,133). Sum of RGB (Red+Green+Blue) = 170+165+133=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA585 is #555A7A. Grayscale: #A2A2A2. Windows color (decimal): -5593723 or 8758698. OLE color: 8758698.

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

Color convert

RGB 170 165 133 -
CMYK 0 0.03 0.22 0.33
HSL 51.89º 0.18% 0.59% -
HSV(B) 51.89º 0.22% 0.67% -
XYZ 34.27 37.15 27.55 -
YUV 162.85 111.16 133.1 -
System Red Green Blue C M Y K H S L
Decimal 170 165 133 0 0.03 0.22 0.33 51.89 0.18 0.59
Hex AA A5 85 0 3 16 21 34 12 3B
Octal 252 245 205 0 3 26 41 64 22 73
Binary 10101010 10100101 10000101 0 11 10110 100001 110100 10010 111011

Color Harmonies of #AAA585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA585

Black with #AAA585

Text Example


Text Example

White with #AAA585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA585; }

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

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

background-color css

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

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

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

border-color css

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

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

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