#A3A992

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

Shades of Green Spring #A3A992

Tints of Green Spring #A3A992

Color information

#A3A992 (or 0xA3A992) is unknown color: approx Green Spring. HEX triplet: A3, A9 and 92. RGB value is (163,169,146). Sum of RGB (Red+Green+Blue) = 163+169+146=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 169 (66.41% from 255 or 35.36% from 478); Blue value is 146 (57.42% from 255 or 30.54% from 478); Max value from RGB is 169 - color contains mainly: green. Hex color #A3A992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A992 is #5C566D. Grayscale: #A4A4A4. Windows color (decimal): -6051438 or 9611683. OLE color: 9611683.

HSL color Cylindrical-coordinate representation of color #A3A992: hue angle of 75.65º 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 #A3A992 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB163169146-
CMYK0.0400.140.34
HSL75.65º11.79%61.76%-
HSV(B)75.65º13.61%66.27%-
XYZ34.4838.2432.76-
YUV164.58117.51126.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.10%
GREEN value IS 169 (66.41% from 255) = 35.36%
BLUE value IS 146 (57.42% from 255) = 30.54%
R=34.10%
G=35.36%
B=30.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1631691460.0400.140.3475.6511.7961.76
HexA3A99240E224cc3e
Octal2432512224016421141476
Binary1010001110101001100100101000111010001010011001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A992; }

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

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

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

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

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

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

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

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