#A1AB6B

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

Shades of Green Smoke #A1AB6B

Tints of Green Smoke #A1AB6B

Color information

#A1AB6B (or 0xA1AB6B) is unknown color: approx Green Smoke. HEX triplet: A1, AB and 6B. RGB value is (161,171,107). Sum of RGB (Red+Green+Blue) = 161+171+107=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 107 (42.19% from 255 or 24.37% from 439); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AB6B is #5E5494. Grayscale: #A0A0A0. Windows color (decimal): -6182037 or 7056289. OLE color: 7056289.

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

Color convert

RGB161171107-
CMYK0.0600.370.33
HSL69.38º27.59%54.51%-
HSV(B)69.38º37.43%67.06%-
XYZ31.9137.7619.52-
YUV160.7197.69128.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.67%
GREEN value IS 171 (67.19% from 255) = 38.95%
BLUE value IS 107 (42.19% from 255) = 24.37%
R=36.67%
G=38.95%
B=24.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611711070.0600.370.3369.3827.5954.51
HexA1AB6B602521451c37
Octal2412531536045411053467
Binary101000011010101111010111100100101100001100010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AB6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AB6B; }

 p { color: rgb(161,171,107); }

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

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

 a { background-color: rgb(161,171,107); }

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

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

 span { border-color: rgb(161,171,107); }

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