#A3AC92

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

Shades of Green Spring #A3AC92

Tints of Green Spring #A3AC92

Color information

#A3AC92 (or 0xA3AC92) is unknown color: approx Green Spring. HEX triplet: A3, AC and 92. RGB value is (163,172,146). Sum of RGB (Red+Green+Blue) = 163+172+146=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 172 - color contains mainly: green. Hex color #A3AC92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AC92 is #5C536D. Grayscale: #A6A6A6. Windows color (decimal): -6050670 or 9612451. OLE color: 9612451.

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

Color convert

RGB163172146-
CMYK0.0500.150.33
HSL80.77º13.54%62.35%-
HSV(B)80.77º15.12%67.45%-
XYZ35.0539.3732.95-
YUV166.34116.52125.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.89%
GREEN value IS 172 (67.58% from 255) = 35.76%
BLUE value IS 146 (57.42% from 255) = 30.35%
R=33.89%
G=35.76%
B=30.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631721460.0500.150.3380.7713.5462.35
HexA3AC9250F2151e3e
Octal2432542225017411211676
Binary1010001110101100100100101010111110000110100011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AC92; }

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

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

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

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

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

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

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

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