#AB682E

Color #AB682E Mai Tai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mai Tai #AB682E

Tints of Mai Tai #AB682E

Color information

#AB682E (or 0xAB682E) is unknown color: approx Mai Tai. HEX triplet: AB, 68 and 2E. RGB value is (171,104,46). Sum of RGB (Red+Green+Blue) = 171+104+46=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB682E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB682E is #5497D1. Grayscale: #757575. Windows color (decimal): -5543890 or 3041451. OLE color: 3041451.

HSL color Cylindrical-coordinate representation of color #AB682E: hue angle of 27.84º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB682E is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB17110446-
CMYK00.390.730.33
HSL27.84º57.6%42.55%-
HSV(B)27.84º73.1%67.06%-
XYZ22.2418.765.03-
YUV117.4287.7166.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.27%
GREEN value IS 104 (41.02% from 255) = 32.40%
BLUE value IS 46 (18.36% from 255) = 14.33%
R=53.27%
G=32.40%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711044600.390.730.3327.8457.642.55
HexAB682E02749211c3a2b
Octal2531505604711141347253
Binary1010101111010001011100100111100100110000111100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB682E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB682E; }

 p { color: rgb(171,104,46); }

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

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

 a { background-color: rgb(171,104,46); }

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

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

 span { border-color: rgb(171,104,46); }

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