#AB6630

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

Shades of Mai Tai #AB6630

Tints of Mai Tai #AB6630

Color information

#AB6630 (or 0xAB6630) is unknown color: approx Mai Tai. HEX triplet: AB, 66 and 30. RGB value is (171,102,48). Sum of RGB (Red+Green+Blue) = 171+102+48=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6630 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6630 is #5499CF. Grayscale: #747474. Windows color (decimal): -5544400 or 3172011. OLE color: 3172011.

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

Color convert

RGB17110248-
CMYK00.400.720.33
HSL26.34º56.16%42.94%-
HSV(B)26.34º71.93%67.06%-
XYZ22.0818.375.18-
YUV116.4789.36166.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.27%
GREEN value IS 102 (40.23% from 255) = 31.78%
BLUE value IS 48 (19.14% from 255) = 14.95%
R=53.27%
G=31.78%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711024800.400.720.3326.3456.1642.94
HexAB663002848211a382b
Octal2531466005011041327053
Binary1010101111001101100000101000100100010000111010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6630; }

 p { color: rgb(171,102,48); }

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

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

 a { background-color: rgb(171,102,48); }

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

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

 span { border-color: rgb(171,102,48); }

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