#A1A893

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

Shades of Green Spring #A1A893

Tints of Green Spring #A1A893

Color information

#A1A893 (or 0xA1A893) is unknown color: approx Green Spring. HEX triplet: A1, A8 and 93. RGB value is (161,168,147). Sum of RGB (Red+Green+Blue) = 161+168+147=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 168 - color contains mainly: green. Hex color #A1A893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A893 is #5E576C. Grayscale: #A3A3A3. Windows color (decimal): -6182765 or 9676961. OLE color: 9676961.

HSL color Cylindrical-coordinate representation of color #A1A893: hue angle of 80º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A1A893 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB161168147-
CMYK0.0400.130.34
HSL80º10.77%61.76%-
HSV(B)80º12.5%65.88%-
XYZ33.9737.6933.09-
YUV163.51118.68126.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.82%
GREEN value IS 168 (66.02% from 255) = 35.29%
BLUE value IS 147 (57.81% from 255) = 30.88%
R=33.82%
G=35.29%
B=30.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1611681470.0400.130.348010.7761.76
HexA1A89340D2250b3e
Octal2412502234015421201376
Binary1010000110101000100100111000110110001010100001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A893; }

 p { color: rgb(161,168,147); }

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

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

 a { background-color: rgb(161,168,147); }

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

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

 span { border-color: rgb(161,168,147); }

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