#AB6220

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

Shades of Mai Tai #AB6220

Tints of Mai Tai #AB6220

Color information

#AB6220 (or 0xAB6220) is unknown color: approx Mai Tai. HEX triplet: AB, 62 and 20. RGB value is (171,98,32). Sum of RGB (Red+Green+Blue) = 171+98+32=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6220 is #549DDF. Grayscale: #707070. Windows color (decimal): -5545440 or 2122411. OLE color: 2122411.

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

Color convert

RGB1719832-
CMYK00.430.810.33
HSL28.49º68.47%39.8%-
HSV(B)28.49º81.29%67.06%-
XYZ21.4217.53.61-
YUV112.382.68169.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.81%
GREEN value IS 98 (38.67% from 255) = 32.56%
BLUE value IS 32 (12.89% from 255) = 10.63%
R=56.81%
G=32.56%
B=10.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171983200.430.810.3328.4968.4739.8
HexAB622002B51211c4428
Octal25314240053121413410450
Binary10101011110001010000001010111010001100001111001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6220; }

 p { color: rgb(171,98,32); }

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

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

 a { background-color: rgb(171,98,32); }

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

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

 span { border-color: rgb(171,98,32); }

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