#A3A055

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

Shades of Green Smoke #A3A055

Tints of Green Smoke #A3A055

Color information

#A3A055 (or 0xA3A055) is unknown color: approx Green Smoke. HEX triplet: A3, A0 and 55. RGB value is (163,160,85). Sum of RGB (Red+Green+Blue) = 163+160+85=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A055 is #5C5FAA. Grayscale: #989898. Windows color (decimal): -6053803 or 5611683. OLE color: 5611683.

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

Color convert

RGB16316085-
CMYK00.020.480.36
HSL57.69º31.45%48.63%-
HSV(B)57.69º47.85%63.92%-
XYZ29.3133.5813.53-
YUV152.3589.99135.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.95%
GREEN value IS 160 (62.89% from 255) = 39.22%
BLUE value IS 85 (33.59% from 255) = 20.83%
R=39.95%
G=39.22%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631608500.020.480.3657.6931.4548.63
HexA3A0550230243a1f31
Octal243240125026044723761
Binary1010001110100000101010101011000010010011101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A055; }

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

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

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

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

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

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

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

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