#A3A060

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

Shades of Green Smoke #A3A060

Tints of Green Smoke #A3A060

Color information

#A3A060 (or 0xA3A060) is unknown color: approx Green Smoke. HEX triplet: A3, A0 and 60. RGB value is (163,160,96). Sum of RGB (Red+Green+Blue) = 163+160+96=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A060 is #5C5F9F. Grayscale: #999999. Windows color (decimal): -6053792 or 6332579. OLE color: 6332579.

HSL color Cylindrical-coordinate representation of color #A3A060: hue angle of 57.31º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A3A060 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB16316096-
CMYK00.020.410.36
HSL57.31º26.69%50.78%-
HSV(B)57.31º41.1%63.92%-
XYZ29.7933.7716.02-
YUV153.695.49134.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.90%
GREEN value IS 160 (62.89% from 255) = 38.19%
BLUE value IS 96 (37.89% from 255) = 22.91%
R=38.90%
G=38.19%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631609600.020.410.3657.3126.6950.78
HexA3A060022924391b33
Octal243240140025144713363
Binary1010001110100000110000001010100110010011100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A060; }

 p { color: rgb(163,160,96); }

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

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

 a { background-color: rgb(163,160,96); }

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

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

 span { border-color: rgb(163,160,96); }

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