#A6AD95

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

Shades of Green Spring #A6AD95

Tints of Green Spring #A6AD95

Color information

#A6AD95 (or 0xA6AD95) is unknown color: approx Green Spring. HEX triplet: A6, AD and 95. RGB value is (166,173,149). Sum of RGB (Red+Green+Blue) = 166+173+149=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AD95 is #59526A. Grayscale: #A8A8A8. Windows color (decimal): -5853803 or 9809318. OLE color: 9809318.

HSL color Cylindrical-coordinate representation of color #A6AD95: hue angle of 77.5º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6AD95 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB166173149-
CMYK0.0400.140.32
HSL77.5º12.77%63.14%-
HSV(B)77.5º13.87%67.84%-
XYZ36.0940.1634.28-
YUV168.17117.18126.45-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.02%
GREEN value IS 173 (67.97% from 255) = 35.45%
BLUE value IS 149 (58.59% from 255) = 30.53%
R=34.02%
G=35.45%
B=30.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661731490.0400.140.3277.512.7763.14
HexA6AD9540E204dd3f
Octal2462552254016401151577
Binary1010011010101101100101011000111010000010011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AD95; }

 p { color: rgb(166,173,149); }

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

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

 a { background-color: rgb(166,173,149); }

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

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

 span { border-color: rgb(166,173,149); }

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