#AB662A

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

Shades of Mai Tai #AB662A

Tints of Mai Tai #AB662A

Color information

#AB662A (or 0xAB662A) is unknown color: approx Mai Tai. HEX triplet: AB, 66 and 2A. RGB value is (171,102,42). Sum of RGB (Red+Green+Blue) = 171+102+42=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB662A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB662A is #5499D5. Grayscale: #747474. Windows color (decimal): -5544406 or 2778795. OLE color: 2778795.

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

Color convert

RGB17110242-
CMYK00.400.750.33
HSL27.91º60.56%41.76%-
HSV(B)27.91º75.44%67.06%-
XYZ21.9618.334.57-
YUV115.7986.36167.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.29%
GREEN value IS 102 (40.23% from 255) = 32.38%
BLUE value IS 42 (16.80% from 255) = 13.33%
R=54.29%
G=32.38%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711024200.400.750.3327.9160.5641.76
HexAB662A0284B211c3d2a
Octal2531465205011341347552
Binary1010101111001101010100101000100101110000111100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB662A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB662A; }

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

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

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

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

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

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

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

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