#AB6534

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

Shades of Mai Tai #AB6534

Tints of Mai Tai #AB6534

Color information

#AB6534 (or 0xAB6534) is unknown color: approx Mai Tai. HEX triplet: AB, 65 and 34. RGB value is (171,101,52). Sum of RGB (Red+Green+Blue) = 171+101+52=324 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.78% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6534 is #549ACB. Grayscale: #747474. Windows color (decimal): -5544652 or 3433899. OLE color: 3433899.

HSL color Cylindrical-coordinate representation of color #AB6534: hue angle of 24.71º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB6534 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB17110152-
CMYK00.410.700.33
HSL24.71º53.36%43.73%-
HSV(B)24.71º69.59%67.06%-
XYZ22.0718.215.6-
YUV116.3491.69166.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.78%
GREEN value IS 101 (39.84% from 255) = 31.17%
BLUE value IS 52 (20.70% from 255) = 16.05%
R=52.78%
G=31.17%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711015200.410.700.3324.7153.3643.73
HexAB6534029462119352c
Octal2531456405110641316554
Binary1010101111001011101000101001100011010000111001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6534; }

 p { color: rgb(171,101,52); }

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

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

 a { background-color: rgb(171,101,52); }

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

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

 span { border-color: rgb(171,101,52); }

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