Html Css Color HEX #AAA58A Neutral Green

📋 copy color: '#AAA58A'

red 170 ◦ green 165 ◦ blue 138

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

Shades of Neutral Green #AAA58A

Tints of Neutral Green #AAA58A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.18%

R = 35.94%
G = 34.88%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AAA58A (or 0xAAA58A) is known color: Neutral Green. HEX triplet: AA, A5 and 8A. RGB value is (170,165,138). Sum of RGB (Red+Green+Blue) = 170+165+138=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA58A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA58A is #555A75. Grayscale: #A3A3A3. Windows color (decimal): -5593718 or 9086378. OLE color: 9086378.

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

Color convert

RGB 170 165 138 -
CMYK 0 0.03 0.19 0.33
HSL 50.63º 0.16% 0.6% -
HSV(B) 50.63º 0.19% 0.67% -
XYZ 34.62 37.29 29.42 -
YUV 163.42 113.66 132.7 -
System Red Green Blue C M Y K H S L
Decimal 170 165 138 0 0.03 0.19 0.33 50.63 0.16 0.6
Hex AA A5 8A 0 3 13 21 33 10 3C
Octal 252 245 212 0 3 23 41 63 20 74
Binary 10101010 10100101 10001010 0 11 10011 100001 110011 10000 111100

Color Harmonies of #AAA58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA58A

Black with #AAA58A

Text Example


Text Example

White with #AAA58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA58A; }

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

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

background-color css

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

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

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

border-color css

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

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

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