Html Css Color HEX #A9A685 Neutral Green

📋 copy color: '#A9A685'

red 169 ◦ green 166 ◦ blue 133

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

Shades of Neutral Green #A9A685

Tints of Neutral Green #A9A685

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.47%

 BLUE value IS 133 (52.34% from 255) = 28.42%

R = 36.11%
G = 35.47%
B = 28.42%

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

#A9A685 (or 0xA9A685) is known color: Neutral Green. HEX triplet: A9, A6 and 85. RGB value is (169,166,133). Sum of RGB (Red+Green+Blue) = 169+166+133=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A685 is #56597A. Grayscale: #A3A3A3. Windows color (decimal): -5659003 or 8758953. OLE color: 8758953.

HSL color Cylindrical-coordinate representation of color #A9A685: hue angle of 55º 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 #A9A685 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 166 133 -
CMYK 0 0.02 0.21 0.34
HSL 55º 0.17% 0.59% -
HSV(B) 55º 0.21% 0.66% -
XYZ 34.23 37.4 27.61 -
YUV 163.14 110.99 132.18 -
System Red Green Blue C M Y K H S L
Decimal 169 166 133 0 0.02 0.21 0.34 55 0.17 0.59
Hex A9 A6 85 0 2 15 22 37 11 3B
Octal 251 246 205 0 2 25 42 67 21 73
Binary 10101001 10100110 10000101 0 10 10101 100010 110111 10001 111011

Color Harmonies of #A9A685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A685

Black with #A9A685

Text Example


Text Example

White with #A9A685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A685; }

 p { color: rgb(169,166,133); }

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

background-color css

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

 a { background-color: rgb(169,166,133); }

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

border-color css

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

 span { border-color: rgb(169,166,133); }

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