Html Css Color HEX #AAA57D Neutral Green

📋 copy color: '#AAA57D'

red 170 ◦ green 165 ◦ blue 125

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

Shades of Neutral Green #AAA57D

Tints of Neutral Green #AAA57D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.17%

R = 36.96%
G = 35.87%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AAA57D (or 0xAAA57D) is known color: Neutral Green. HEX triplet: AA, A5 and 7D. RGB value is (170,165,125). Sum of RGB (Red+Green+Blue) = 170+165+125=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA57D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA57D is #555A82. Grayscale: #A2A2A2. Windows color (decimal): -5593731 or 8234410. OLE color: 8234410.

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

Color convert

RGB 170 165 125 -
CMYK 0 0.03 0.26 0.33
HSL 53.33º 0.21% 0.58% -
HSV(B) 53.33º 0.26% 0.67% -
XYZ 33.73 36.94 24.75 -
YUV 161.94 107.16 133.75 -
System Red Green Blue C M Y K H S L
Decimal 170 165 125 0 0.03 0.26 0.33 53.33 0.21 0.58
Hex AA A5 7D 0 3 1A 21 35 15 3A
Octal 252 245 175 0 3 32 41 65 25 72
Binary 10101010 10100101 1111101 0 11 11010 100001 110101 10101 111010

Color Harmonies of #AAA57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA57D

Black with #AAA57D

Text Example


Text Example

White with #AAA57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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