#ab641e

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

Shades of Mai Tai #AB641E

Tints of Mai Tai #AB641E

Color information

#AB641E (or 0xAB641E) is unknown color: approx Mai Tai. HEX triplet: AB, 64 and 1E. RGB value is (171,100,30). Sum of RGB (Red+Green+Blue) = 171+100+30=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB641E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB641E is #549BE1. Grayscale: #717171. Windows color (decimal): -5544930 or 1991851. OLE color: 1991851.

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

Color convert

RGB17110030-
CMYK00.420.820.33
HSL29.79º70.15%39.41%-
HSV(B)29.79º82.46%67.06%-
XYZ21.5917.873.54-
YUV113.2581.02169.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.81%
GREEN value IS 100 (39.45% from 255) = 33.22%
BLUE value IS 30 (12.11% from 255) = 9.97%
R=56.81%
G=33.22%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711003000.420.820.3329.7970.1539.41
HexAB641E02A52211e4627
Octal25314436052122413610647
Binary1010101111001001111001010101010010100001111101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab641e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab641e; }

 p { color: rgb(171,100,30); }

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

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

 a { background-color: rgb(171,100,30); }

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

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

 span { border-color: rgb(171,100,30); }

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