#A0A258

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

Shades of Green Smoke #A0A258

Tints of Green Smoke #A0A258

Color information

#A0A258 (or 0xA0A258) is unknown color: approx Green Smoke. HEX triplet: A0, A2 and 58. RGB value is (160,162,88). Sum of RGB (Red+Green+Blue) = 160+162+88=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 88 (34.77% from 255 or 21.46% from 410); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A258 is #5F5DA7. Grayscale: #999999. Windows color (decimal): -6249896 or 5808800. OLE color: 5808800.

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

Color convert

RGB16016288-
CMYK0.0100.460.36
HSL61.62º29.6%49.02%-
HSV(B)61.62º45.68%63.53%-
XYZ29.1834.0214.26-
YUV152.9791.34133.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.02%
GREEN value IS 162 (63.67% from 255) = 39.51%
BLUE value IS 88 (34.77% from 255) = 21.46%
R=39.02%
G=39.51%
B=21.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal160162880.0100.460.3661.6229.649.02
HexA0A258102E243e1e31
Octal240242130105644763661
Binary101000001010001010110001010111010010011111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A258; }

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

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

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

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

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

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

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

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