#A1A992

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

Shades of Green Spring #A1A992

Tints of Green Spring #A1A992

Color information

#A1A992 (or 0xA1A992) is unknown color: approx Green Spring. HEX triplet: A1, A9 and 92. RGB value is (161,169,146). Sum of RGB (Red+Green+Blue) = 161+169+146=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 146 (57.42% from 255 or 30.67% from 476); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A992 is #5E566D. Grayscale: #A4A4A4. Windows color (decimal): -6182510 or 9611681. OLE color: 9611681.

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

Color convert

RGB161169146-
CMYK0.0500.140.34
HSL80.87º11.79%61.76%-
HSV(B)80.87º13.61%66.27%-
XYZ34.0738.0332.74-
YUV163.99117.85125.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.82%
GREEN value IS 169 (66.41% from 255) = 35.50%
BLUE value IS 146 (57.42% from 255) = 30.67%
R=33.82%
G=35.50%
B=30.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1611691460.0500.140.3480.8711.7961.76
HexA1A99250E2251c3e
Octal2412512225016421211476
Binary1010000110101001100100101010111010001010100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A992; }

 p { color: rgb(161,169,146); }

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

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

 a { background-color: rgb(161,169,146); }

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

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

 span { border-color: rgb(161,169,146); }

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