Html Css Color HEX #AAA58C Neutral Green

📋 copy color: '#AAA58C'

red 170 ◦ green 165 ◦ blue 140

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

Shades of Neutral Green #AAA58C

Tints of Neutral Green #AAA58C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.47%

R = 35.79%
G = 34.74%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AAA58C (or 0xAAA58C) is known color: Neutral Green. HEX triplet: AA, A5 and 8C. RGB value is (170,165,140). Sum of RGB (Red+Green+Blue) = 170+165+140=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA58C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA58C is #555A73. Grayscale: #A3A3A3. Windows color (decimal): -5593716 or 9217450. OLE color: 9217450.

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

Color convert

RGB 170 165 140 -
CMYK 0 0.03 0.18 0.33
HSL 50º 0.15% 0.61% -
HSV(B) 50º 0.18% 0.67% -
XYZ 34.77 37.35 30.19 -
YUV 163.65 114.66 132.53 -
System Red Green Blue C M Y K H S L
Decimal 170 165 140 0 0.03 0.18 0.33 50 0.15 0.61
Hex AA A5 8C 0 3 12 21 32 F 3D
Octal 252 245 214 0 3 22 41 62 17 75
Binary 10101010 10100101 10001100 0 11 10010 100001 110010 1111 111101

Color Harmonies of #AAA58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA58C

Black with #AAA58C

Text Example


Text Example

White with #AAA58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA58C; }

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

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

background-color css

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

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

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

border-color css

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

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

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