Html Css Color HEX #AAA87B Neutral Green

📋 copy color: '#AAA87B'

red 170 ◦ green 168 ◦ blue 123

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

Shades of Neutral Green #AAA87B

Tints of Neutral Green #AAA87B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.68%

R = 36.88%
G = 36.44%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AAA87B (or 0xAAA87B) is known color: Neutral Green. HEX triplet: AA, A8 and 7B. RGB value is (170,168,123). Sum of RGB (Red+Green+Blue) = 170+168+123=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA87B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA87B is #555784. Grayscale: #A3A3A3. Windows color (decimal): -5592965 or 8104106. OLE color: 8104106.

HSL color Cylindrical-coordinate representation of color #AAA87B: hue angle of 57.45º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAA87B is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 168 123 -
CMYK 0 0.01 0.28 0.33
HSL 57.45º 0.22% 0.57% -
HSV(B) 57.45º 0.28% 0.67% -
XYZ 34.16 37.98 24.27 -
YUV 163.47 105.16 132.66 -
System Red Green Blue C M Y K H S L
Decimal 170 168 123 0 0.01 0.28 0.33 57.45 0.22 0.57
Hex AA A8 7B 0 1 1C 21 39 16 39
Octal 252 250 173 0 1 34 41 71 26 71
Binary 10101010 10101000 1111011 0 1 11100 100001 111001 10110 111001

Color Harmonies of #AAA87B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA87B

Black with #AAA87B

Text Example


Text Example

White with #AAA87B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA87B; }

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

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

background-color css

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

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

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

border-color css

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

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

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