#A2A257

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

Shades of Green Smoke #A2A257

Tints of Green Smoke #A2A257

Color information

#A2A257 (or 0xA2A257) is unknown color: approx Green Smoke. HEX triplet: A2, A2 and 57. RGB value is (162,162,87). Sum of RGB (Red+Green+Blue) = 162+162+87=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 87 (34.38% from 255 or 21.17% from 411); Max value from RGB is 162 - color contains mainly: red, green. Hex color #A2A257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A257 is #5D5DA8. Grayscale: #999999. Windows color (decimal): -6118825 or 5743266. OLE color: 5743266.

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

Color convert

RGB16216287-
CMYK000.460.36
HSL60º30.12%48.82%-
HSV(B)60º46.3%63.53%-
XYZ29.5434.2114.06-
YUV153.4590.5134.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.42%
GREEN value IS 162 (63.67% from 255) = 39.42%
BLUE value IS 87 (34.38% from 255) = 21.17%
R=39.42%
G=39.42%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16216287000.460.366030.1248.82
HexA2A257002E243c1e31
Octal242242127005644743661
Binary101000101010001010101110010111010010011110011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A257; }

 p { color: rgb(162,162,87); }

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

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

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

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

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

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

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