#A0A256

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

Shades of Green Smoke #A0A256

Tints of Green Smoke #A0A256

Color information

#A0A256 (or 0xA0A256) is unknown color: approx Green Smoke. HEX triplet: A0, A2 and 56. RGB value is (160,162,86). Sum of RGB (Red+Green+Blue) = 160+162+86=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A256 is #5F5DA9. Grayscale: #999999. Windows color (decimal): -6249898 or 5677728. OLE color: 5677728.

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

Color convert

RGB16016286-
CMYK0.0100.470.36
HSL61.58º30.65%48.63%-
HSV(B)61.58º46.91%63.53%-
XYZ29.133.9913.83-
YUV152.7490.34133.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.22%
GREEN value IS 162 (63.67% from 255) = 39.71%
BLUE value IS 86 (33.98% from 255) = 21.08%
R=39.22%
G=39.71%
B=21.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal160162860.0100.470.3661.5830.6548.63
HexA0A256102F243e1f31
Octal240242126105744763761
Binary101000001010001010101101010111110010011111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A256; }

 p { color: rgb(160,162,86); }

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

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

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

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

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

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

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