#A0AB58

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

Shades of Green Smoke #A0AB58

Tints of Green Smoke #A0AB58

Color information

#A0AB58 (or 0xA0AB58) is unknown color: approx Green Smoke. HEX triplet: A0, AB and 58. RGB value is (160,171,88). Sum of RGB (Red+Green+Blue) = 160+171+88=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 88 (34.77% from 255 or 21.00% from 419); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AB58 is #5F54A7. Grayscale: #9E9E9E. Windows color (decimal): -6247592 or 5811104. OLE color: 5811104.

HSL color Cylindrical-coordinate representation of color #A0AB58: hue angle of 67.95º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0AB58 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB16017188-
CMYK0.0600.490.33
HSL67.95º33.07%50.78%-
HSV(B)67.95º48.54%67.06%-
XYZ30.8237.314.81-
YUV158.2588.36129.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.19%
GREEN value IS 171 (67.19% from 255) = 40.81%
BLUE value IS 88 (34.77% from 255) = 21.00%
R=38.19%
G=40.81%
B=21.00%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160171880.0600.490.3367.9533.0750.78
HexA0AB58603121442133
Octal2402531306061411044163
Binary1010000010101011101100011001100011000011000100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AB58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AB58; }

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

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

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

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

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

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

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

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