Html Css Color HEX #AAA58D Neutral Green

📋 copy color: '#AAA58D'

red 170 ◦ green 165 ◦ blue 141

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

Shades of Neutral Green #AAA58D

Tints of Neutral Green #AAA58D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.62%

R = 35.71%
G = 34.66%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AAA58D (or 0xAAA58D) is known color: Neutral Green. HEX triplet: AA, A5 and 8D. RGB value is (170,165,141). Sum of RGB (Red+Green+Blue) = 170+165+141=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA58D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA58D is #555A72. Grayscale: #A3A3A3. Windows color (decimal): -5593715 or 9282986. OLE color: 9282986.

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

Color convert

RGB 170 165 141 -
CMYK 0 0.03 0.17 0.33
HSL 49.66º 0.15% 0.61% -
HSV(B) 49.66º 0.17% 0.67% -
XYZ 34.84 37.38 30.58 -
YUV 163.76 115.16 132.45 -
System Red Green Blue C M Y K H S L
Decimal 170 165 141 0 0.03 0.17 0.33 49.66 0.15 0.61
Hex AA A5 8D 0 3 11 21 32 F 3D
Octal 252 245 215 0 3 21 41 62 17 75
Binary 10101010 10100101 10001101 0 11 10001 100001 110010 1111 111101

Color Harmonies of #AAA58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA58D

Black with #AAA58D

Text Example


Text Example

White with #AAA58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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