#A6AF95

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

Shades of Green Spring #A6AF95

Tints of Green Spring #A6AF95

Color information

#A6AF95 (or 0xA6AF95) is unknown color: approx Green Spring. HEX triplet: A6, AF and 95. RGB value is (166,175,149). Sum of RGB (Red+Green+Blue) = 166+175+149=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AF95 is #59506A. Grayscale: #A9A9A9. Windows color (decimal): -5853291 or 9809830. OLE color: 9809830.

HSL color Cylindrical-coordinate representation of color #A6AF95: hue angle of 80.77º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A6AF95 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB166175149-
CMYK0.0500.150.31
HSL80.77º13.98%63.53%-
HSV(B)80.77º14.86%68.63%-
XYZ36.4840.9434.41-
YUV169.34116.52125.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.88%
GREEN value IS 175 (68.75% from 255) = 35.71%
BLUE value IS 149 (58.59% from 255) = 30.41%
R=33.88%
G=35.71%
B=30.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661751490.0500.150.3180.7713.9863.53
HexA6AF9550F1F51e40
Octal24625722550173712116100
Binary1010011010101111100101011010111111111101000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AF95; }

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

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

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

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

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

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

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

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