#A1A698

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

Shades of Green Spring #A1A698

Tints of Green Spring #A1A698

Color information

#A1A698 (or 0xA1A698) is unknown color: approx Green Spring. HEX triplet: A1, A6 and 98. RGB value is (161,166,152). Sum of RGB (Red+Green+Blue) = 161+166+152=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 152 (59.77% from 255 or 31.73% from 479); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A698 is #5E5967. Grayscale: #A2A2A2. Windows color (decimal): -6183272 or 10004129. OLE color: 10004129.

HSL color Cylindrical-coordinate representation of color #A1A698: hue angle of 81.43º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A1A698 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB161166152-
CMYK0.0300.080.35
HSL81.43º7.29%62.35%-
HSV(B)81.43º8.43%65.1%-
XYZ3437.1235.08-
YUV162.91121.84126.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.61%
GREEN value IS 166 (65.23% from 255) = 34.66%
BLUE value IS 152 (59.77% from 255) = 31.73%
R=33.61%
G=34.66%
B=31.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1611661520.0300.080.3581.437.2962.35
HexA1A698308235173e
Octal241246230301043121776
Binary10100001101001101001100011010001000111010001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A698; }

 p { color: rgb(161,166,152); }

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

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

 a { background-color: rgb(161,166,152); }

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

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

 span { border-color: rgb(161,166,152); }

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