Html Css Color HEX #AAA584 Neutral Green

📋 copy color: '#AAA584'

red 170 ◦ green 165 ◦ blue 132

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

Shades of Neutral Green #AAA584

Tints of Neutral Green #AAA584

RGB

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

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

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

R = 36.4%
G = 35.33%
B = 28.27%

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

#AAA584 (or 0xAAA584) is known color: Neutral Green. HEX triplet: AA, A5 and 84. RGB value is (170,165,132). Sum of RGB (Red+Green+Blue) = 170+165+132=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA584 is #555A7B. Grayscale: #A2A2A2. Windows color (decimal): -5593724 or 8693162. OLE color: 8693162.

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

Color convert

RGB 170 165 132 -
CMYK 0 0.03 0.22 0.33
HSL 52.11º 0.18% 0.59% -
HSV(B) 52.11º 0.22% 0.67% -
XYZ 34.2 37.12 27.19 -
YUV 162.73 110.66 133.18 -
System Red Green Blue C M Y K H S L
Decimal 170 165 132 0 0.03 0.22 0.33 52.11 0.18 0.59
Hex AA A5 84 0 3 16 21 34 12 3B
Octal 252 245 204 0 3 26 41 64 22 73
Binary 10101010 10100101 10000100 0 11 10110 100001 110100 10010 111011

Color Harmonies of #AAA584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA584

Black with #AAA584

Text Example


Text Example

White with #AAA584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA584; }

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

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

background-color css

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

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

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

border-color css

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

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

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