#AB6330

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

Shades of Mai Tai #AB6330

Tints of Mai Tai #AB6330

Color information

#AB6330 (or 0xAB6330) is unknown color: approx Mai Tai. HEX triplet: AB, 63 and 30. RGB value is (171,99,48). Sum of RGB (Red+Green+Blue) = 171+99+48=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6330 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6330 is #549CCF. Grayscale: #727272. Windows color (decimal): -5545168 or 3171243. OLE color: 3171243.

HSL color Cylindrical-coordinate representation of color #AB6330: hue angle of 24.88º 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 #AB6330 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB1719948-
CMYK00.420.720.33
HSL24.88º56.16%42.94%-
HSV(B)24.88º71.93%67.06%-
XYZ21.7917.85.08-
YUV114.7190.35168.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.77%
GREEN value IS 99 (39.06% from 255) = 31.13%
BLUE value IS 48 (19.14% from 255) = 15.09%
R=53.77%
G=31.13%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171994800.420.720.3324.8856.1642.94
HexAB633002A482119382b
Octal2531436005211041317053
Binary1010101111000111100000101010100100010000111001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6330; }

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

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

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

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

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

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

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

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