#A0AB4D

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

Shades of Green Smoke #A0AB4D

Tints of Green Smoke #A0AB4D

Color information

#A0AB4D (or 0xA0AB4D) is unknown color: approx Green Smoke. HEX triplet: A0, AB and 4D. RGB value is (160,171,77). Sum of RGB (Red+Green+Blue) = 160+171+77=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AB4D is #5F54B2. Grayscale: #9D9D9D. Windows color (decimal): -6247603 or 5090208. OLE color: 5090208.

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

Color convert

RGB16017177-
CMYK0.0600.550.33
HSL67.02º37.9%48.63%-
HSV(B)67.02º54.97%67.06%-
XYZ30.437.1412.59-
YUV156.9982.86130.14-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.22%
GREEN value IS 171 (67.19% from 255) = 41.91%
BLUE value IS 77 (30.47% from 255) = 18.87%
R=39.22%
G=41.91%
B=18.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160171770.0600.550.3367.0237.948.63
HexA0AB4D603721432631
Octal2402531156067411034661
Binary1010000010101011100110111001101111000011000011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AB4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AB4D; }

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

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

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

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

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

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

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

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