#A3AB5F

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

Shades of Green Smoke #A3AB5F

Tints of Green Smoke #A3AB5F

Color information

#A3AB5F (or 0xA3AB5F) is unknown color: approx Green Smoke. HEX triplet: A3, AB and 5F. RGB value is (163,171,95). Sum of RGB (Red+Green+Blue) = 163+171+95=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 95 (37.5% from 255 or 22.14% from 429); Max value from RGB is 171 - color contains mainly: green. Hex color #A3AB5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AB5F is #5C54A0. Grayscale: #A0A0A0. Windows color (decimal): -6050977 or 6269859. OLE color: 6269859.

HSL color Cylindrical-coordinate representation of color #A3AB5F: hue angle of 66.32º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A3AB5F is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB16317195-
CMYK0.0500.440.33
HSL66.32º31.15%52.16%-
HSV(B)66.32º44.44%67.06%-
XYZ31.7337.7416.44-
YUV159.9491.35130.18-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.00%
GREEN value IS 171 (67.19% from 255) = 39.86%
BLUE value IS 95 (37.5% from 255) = 22.14%
R=38.00%
G=39.86%
B=22.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163171950.0500.440.3366.3231.1552.16
HexA3AB5F502C21421f34
Octal2432531375054411023764
Binary101000111010101110111111010101100100001100001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AB5F; }

 p { color: rgb(163,171,95); }

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

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

 a { background-color: rgb(163,171,95); }

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

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

 span { border-color: rgb(163,171,95); }

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