Html Css Color HEX #AAA87D Neutral Green

📋 copy color: '#AAA87D'

red 170 ◦ green 168 ◦ blue 125

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

Shades of Neutral Green #AAA87D

Tints of Neutral Green #AAA87D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.29%

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

R = 36.72%
G = 36.29%
B = 27%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AAA87D (or 0xAAA87D) is known color: Neutral Green. HEX triplet: AA, A8 and 7D. RGB value is (170,168,125). Sum of RGB (Red+Green+Blue) = 170+168+125=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA87D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA87D is #555782. Grayscale: #A3A3A3. Windows color (decimal): -5592963 or 8235178. OLE color: 8235178.

HSL color Cylindrical-coordinate representation of color #AAA87D: hue angle of 57.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 #AAA87D is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 168 125 -
CMYK 0 0.01 0.26 0.33
HSL 57.33º 0.21% 0.58% -
HSV(B) 57.33º 0.26% 0.67% -
XYZ 34.28 38.03 24.94 -
YUV 163.7 106.16 132.5 -
System Red Green Blue C M Y K H S L
Decimal 170 168 125 0 0.01 0.26 0.33 57.33 0.21 0.58
Hex AA A8 7D 0 1 1A 21 39 15 3A
Octal 252 250 175 0 1 32 41 71 25 72
Binary 10101010 10101000 1111101 0 1 11010 100001 111001 10101 111010

Color Harmonies of #AAA87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA87D

Black with #AAA87D

Text Example


Text Example

White with #AAA87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA87D; }

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

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

background-color css

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

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

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

border-color css

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

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

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