#AB661F

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

Shades of Mai Tai #AB661F

Tints of Mai Tai #AB661F

Color information

#AB661F (or 0xAB661F) is unknown color: approx Mai Tai. HEX triplet: AB, 66 and 1F. RGB value is (171,102,31). Sum of RGB (Red+Green+Blue) = 171+102+31=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB661F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB661F is #5499E0. Grayscale: #727272. Windows color (decimal): -5544417 or 2057899. OLE color: 2057899.

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

Color convert

RGB17110231-
CMYK00.400.820.33
HSL30.43º69.31%39.61%-
HSV(B)30.43º81.87%67.06%-
XYZ21.7918.263.67-
YUV114.5480.86168.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.25%
GREEN value IS 102 (40.23% from 255) = 33.55%
BLUE value IS 31 (12.5% from 255) = 10.20%
R=56.25%
G=33.55%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711023100.400.820.3330.4369.3139.61
HexAB661F02852211e4528
Octal25314637050122413610550
Binary1010101111001101111101010001010010100001111101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB661F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB661F; }

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

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

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

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

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

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

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

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