#A0AB5B

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

Shades of Green Smoke #A0AB5B

Tints of Green Smoke #A0AB5B

Color information

#A0AB5B (or 0xA0AB5B) is unknown color: approx Green Smoke. HEX triplet: A0, AB and 5B. RGB value is (160,171,91). Sum of RGB (Red+Green+Blue) = 160+171+91=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 91 (35.94% from 255 or 21.56% from 422); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AB5B is #5F54A4. Grayscale: #9E9E9E. Windows color (decimal): -6247589 or 6007712. OLE color: 6007712.

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

Color convert

RGB16017191-
CMYK0.0600.470.33
HSL68.25º32.26%51.37%-
HSV(B)68.25º46.78%67.06%-
XYZ30.9537.3515.48-
YUV158.5989.86129-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.91%
GREEN value IS 171 (67.19% from 255) = 40.52%
BLUE value IS 91 (35.94% from 255) = 21.56%
R=37.91%
G=40.52%
B=21.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160171910.0600.470.3368.2532.2651.37
HexA0AB5B602F21442033
Octal2402531336057411044063
Binary1010000010101011101101111001011111000011000100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AB5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AB5B; }

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

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

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

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

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

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

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

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