#A3A550

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

Shades of Green Smoke #A3A550

Tints of Green Smoke #A3A550

Color information

#A3A550 (or 0xA3A550) is unknown color: approx Green Smoke. HEX triplet: A3, A5 and 50. RGB value is (163,165,80). Sum of RGB (Red+Green+Blue) = 163+165+80=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 165 - color contains mainly: green. Hex color #A3A550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A550 is #5C5AAF. Grayscale: #9B9B9B. Windows color (decimal): -6052528 or 5285283. OLE color: 5285283.

HSL color Cylindrical-coordinate representation of color #A3A550: hue angle of 61.41º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A3A550 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB16316580-
CMYK0.0100.520.35
HSL61.41º34.69%48.04%-
HSV(B)61.41º51.52%64.71%-
XYZ30.0135.2812.82-
YUV154.7185.84133.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.95%
GREEN value IS 165 (64.84% from 255) = 40.44%
BLUE value IS 80 (31.64% from 255) = 19.61%
R=39.95%
G=40.44%
B=19.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal163165800.0100.520.3561.4134.6948.04
HexA3A5501034233d2330
Octal243245120106443754360
Binary1010001110100101101000010110100100011111101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A550; }

 p { color: rgb(163,165,80); }

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

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

 a { background-color: rgb(163,165,80); }

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

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

 span { border-color: rgb(163,165,80); }

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