#A3AB6A

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

Shades of Green Smoke #A3AB6A

Tints of Green Smoke #A3AB6A

Color information

#A3AB6A (or 0xA3AB6A) is unknown color: approx Green Smoke. HEX triplet: A3, AB and 6A. RGB value is (163,171,106). Sum of RGB (Red+Green+Blue) = 163+171+106=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 171 - color contains mainly: green. Hex color #A3AB6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AB6A is #5C5495. Grayscale: #A1A1A1. Windows color (decimal): -6050966 or 6990755. OLE color: 6990755.

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

Color convert

RGB163171106-
CMYK0.0500.380.33
HSL67.38º27.9%54.31%-
HSV(B)67.38º38.01%67.06%-
XYZ32.2737.9519.26-
YUV161.296.85129.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.05%
GREEN value IS 171 (67.19% from 255) = 38.86%
BLUE value IS 106 (41.80% from 255) = 24.09%
R=37.05%
G=38.86%
B=24.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631711060.0500.380.3367.3827.954.31
HexA3AB6A502621431c36
Octal2432531525046411033466
Binary101000111010101111010101010100110100001100001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AB6A; }

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

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

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

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

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

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

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

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