Html Css Color HEX #A9A586 Neutral Green

📋 copy color: '#A9A586'

red 169 ◦ green 165 ◦ blue 134

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

Shades of Neutral Green #A9A586

Tints of Neutral Green #A9A586

RGB

 RED value IS 169 (66.41% from 255) = 36.11%

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

 BLUE value IS 134 (52.73% from 255) = 28.63%

R = 36.11%
G = 35.26%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A9A586 (or 0xA9A586) is known color: Neutral Green. HEX triplet: A9, A5 and 86. RGB value is (169,165,134). Sum of RGB (Red+Green+Blue) = 169+165+134=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 134 (52.73% from 255 or 28.63% from 468); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A586 is #565A79. Grayscale: #A2A2A2. Windows color (decimal): -5659258 or 8824233. OLE color: 8824233.

HSL color Cylindrical-coordinate representation of color #A9A586: hue angle of 53.14º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A9A586 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 165 134 -
CMYK 0 0.02 0.21 0.34
HSL 53.14º 0.17% 0.59% -
HSV(B) 53.14º 0.21% 0.66% -
XYZ 34.12 37.07 27.91 -
YUV 162.66 111.83 132.52 -
System Red Green Blue C M Y K H S L
Decimal 169 165 134 0 0.02 0.21 0.34 53.14 0.17 0.59
Hex A9 A5 86 0 2 15 22 35 11 3B
Octal 251 245 206 0 2 25 42 65 21 73
Binary 10101001 10100101 10000110 0 10 10101 100010 110101 10001 111011

Color Harmonies of #A9A586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A586

Black with #A9A586

Text Example


Text Example

White with #A9A586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A586; }

 p { color: rgb(169,165,134); }

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

background-color css

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

 a { background-color: rgb(169,165,134); }

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

border-color css

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

 span { border-color: rgb(169,165,134); }

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