#A3AB5A

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

Shades of Green Smoke #A3AB5A

Tints of Green Smoke #A3AB5A

Color information

#A3AB5A (or 0xA3AB5A) is unknown color: approx Green Smoke. HEX triplet: A3, AB and 5A. RGB value is (163,171,90). Sum of RGB (Red+Green+Blue) = 163+171+90=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 90 (35.55% from 255 or 21.23% from 424); Max value from RGB is 171 - color contains mainly: green. Hex color #A3AB5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AB5A is #5C54A5. Grayscale: #9F9F9F. Windows color (decimal): -6050982 or 5942179. OLE color: 5942179.

HSL color Cylindrical-coordinate representation of color #A3AB5A: hue angle of 65.93º degrees, saturation: 0.33, 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 #A3AB5A is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB16317190-
CMYK0.0500.470.33
HSL65.93º32.53%51.18%-
HSV(B)65.93º47.37%67.06%-
XYZ31.5137.6515.28-
YUV159.3788.85130.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.44%
GREEN value IS 171 (67.19% from 255) = 40.33%
BLUE value IS 90 (35.55% from 255) = 21.23%
R=38.44%
G=40.33%
B=21.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163171900.0500.470.3365.9332.5351.18
HexA3AB5A502F21422133
Octal2432531325057411024163
Binary1010001110101011101101010101011111000011000010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AB5A; }

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

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

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

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

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

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

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

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