#A6A99B

Color #A6A99B Green Spring (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Spring #A6A99B

Tints of Green Spring #A6A99B

Color information

#A6A99B (or 0xA6A99B) is unknown color: approx Green Spring. HEX triplet: A6, A9 and 9B. RGB value is (166,169,155). Sum of RGB (Red+Green+Blue) = 166+169+155=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 169 (66.41% from 255 or 34.49% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 169 - color contains mainly: green. Hex color #A6A99B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A99B is #595664. Grayscale: #A6A6A6. Windows color (decimal): -5854821 or 10201510. OLE color: 10201510.

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

Color convert

RGB166169155-
CMYK0.0200.080.34
HSL72.86º7.53%63.53%-
HSV(B)72.86º8.28%66.27%-
XYZ35.8338.8536.62-
YUV166.51121.51127.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.88%
GREEN value IS 169 (66.41% from 255) = 34.49%
BLUE value IS 155 (60.94% from 255) = 31.63%
R=33.88%
G=34.49%
B=31.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1661691550.0200.080.3472.867.5363.53
HexA6A99B2082249840
Octal24625123320104211110100
Binary1010011010101001100110111001000100010100100110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A99B; }

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

 H1.HeaderClassName
 {
   color: #A6A99B;
 }
 .AnyTagClassName
 {
   color: #A6A99B;
 }
</style>
background-color css

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

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

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

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

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

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