#A3A260

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

Shades of Green Smoke #A3A260

Tints of Green Smoke #A3A260

Color information

#A3A260 (or 0xA3A260) is unknown color: approx Green Smoke. HEX triplet: A3, A2 and 60. RGB value is (163,162,96). Sum of RGB (Red+Green+Blue) = 163+162+96=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A260 is #5C5D9F. Grayscale: #9B9B9B. Windows color (decimal): -6053280 or 6333091. OLE color: 6333091.

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

Color convert

RGB16316296-
CMYK00.010.410.36
HSL59.1º26.69%50.78%-
HSV(B)59.1º41.1%63.92%-
XYZ30.1434.4716.13-
YUV154.7794.83133.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.72%
GREEN value IS 162 (63.67% from 255) = 38.48%
BLUE value IS 96 (37.89% from 255) = 22.80%
R=38.72%
G=38.48%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631629600.010.410.3659.126.6950.78
HexA3A2600129243b1b33
Octal243242140015144733363
Binary101000111010001011000000110100110010011101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A260; }

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

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

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

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

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

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

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

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