#A3A255

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

Shades of Green Smoke #A3A255

Tints of Green Smoke #A3A255

Color information

#A3A255 (or 0xA3A255) is unknown color: approx Green Smoke. HEX triplet: A3, A2 and 55. RGB value is (163,162,85). Sum of RGB (Red+Green+Blue) = 163+162+85=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 85 (33.59% from 255 or 20.73% from 410); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A255 is #5C5DAA. Grayscale: #999999. Windows color (decimal): -6053291 or 5612195. OLE color: 5612195.

HSL color Cylindrical-coordinate representation of color #A3A255: hue angle of 59.23º 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 #A3A255 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB16316285-
CMYK00.010.480.36
HSL59.23º31.45%48.63%-
HSV(B)59.23º47.85%63.92%-
XYZ29.6634.2813.65-
YUV153.5289.33134.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.76%
GREEN value IS 162 (63.67% from 255) = 39.51%
BLUE value IS 85 (33.59% from 255) = 20.73%
R=39.76%
G=39.51%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631628500.010.480.3659.2331.4548.63
HexA3A2550130243b1f31
Octal243242125016044733761
Binary101000111010001010101010111000010010011101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A255; }

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

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

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

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

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

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

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

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