#A86527

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

Shades of Mai Tai #A86527

Tints of Mai Tai #A86527

Color information

#A86527 (or 0xA86527) is unknown color: approx Mai Tai. HEX triplet: A8, 65 and 27. RGB value is (168,101,39). Sum of RGB (Red+Green+Blue) = 168+101+39=308 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.55% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 39 (15.62% from 255 or 12.66% from 308); Max value from RGB is 168 - color contains mainly: red. Hex color #A86527 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86527 is #579AD8. Grayscale: #727272. Windows color (decimal): -5741273 or 2581928. OLE color: 2581928.

HSL color Cylindrical-coordinate representation of color #A86527: hue angle of 28.84º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A86527 is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.34.

Color convert

RGB16810139-
CMYK00.400.770.34
HSL28.84º62.32%40.59%-
HSV(B)28.84º76.79%65.88%-
XYZ21.1717.784.24-
YUV113.9685.7166.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.55%
GREEN value IS 101 (39.84% from 255) = 32.79%
BLUE value IS 39 (15.62% from 255) = 12.66%
R=54.55%
G=32.79%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.77
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681013900.400.770.3428.8462.3240.59
HexA865270284D221d3e29
Octal2501454705011542357651
Binary1010100011001011001110101000100110110001011101111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86527; }

 p { color: rgb(168,101,39); }

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

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

 a { background-color: rgb(168,101,39); }

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

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

 span { border-color: rgb(168,101,39); }

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