#AB6035

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

Shades of Mai Tai #AB6035

Tints of Mai Tai #AB6035

Color information

#AB6035 (or 0xAB6035) is unknown color: approx Mai Tai. HEX triplet: AB, 60 and 35. RGB value is (171,96,53). Sum of RGB (Red+Green+Blue) = 171+96+53=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 53 (21.09% from 255 or 16.56% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6035 is #549FCA. Grayscale: #717171. Windows color (decimal): -5545931 or 3498155. OLE color: 3498155.

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

Color convert

RGB1719653-
CMYK00.440.690.33
HSL21.86º52.68%43.92%-
HSV(B)21.86º69.01%67.06%-
XYZ21.6217.285.56-
YUV113.5293.85169-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.44%
GREEN value IS 96 (37.89% from 255) = 30%
BLUE value IS 53 (21.09% from 255) = 16.56%
R=53.44%
G=30%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171965300.440.690.3321.8652.6843.92
HexAB603502C452116352c
Octal2531406505410541266554
Binary1010101111000001101010101100100010110000110110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6035; }

 p { color: rgb(171,96,53); }

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

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

 a { background-color: rgb(171,96,53); }

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

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

 span { border-color: rgb(171,96,53); }

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