#AB672A

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

Shades of Mai Tai #AB672A

Tints of Mai Tai #AB672A

Color information

#AB672A (or 0xAB672A) is unknown color: approx Mai Tai. HEX triplet: AB, 67 and 2A. RGB value is (171,103,42). Sum of RGB (Red+Green+Blue) = 171+103+42=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB672A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB672A is #5498D5. Grayscale: #747474. Windows color (decimal): -5544150 or 2779051. OLE color: 2779051.

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

Color convert

RGB17110342-
CMYK00.400.750.33
HSL28.37º60.56%41.76%-
HSV(B)28.37º75.44%67.06%-
XYZ22.0618.534.6-
YUV116.3886.03166.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.11%
GREEN value IS 103 (40.62% from 255) = 32.59%
BLUE value IS 42 (16.80% from 255) = 13.29%
R=54.11%
G=32.59%
B=13.29%

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
Decimal1711034200.400.750.3328.3760.5641.76
HexAB672A0284B211c3d2a
Octal2531475205011341347552
Binary1010101111001111010100101000100101110000111100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB672A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB672A; }

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

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

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

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

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

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

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

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