#A86327

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

Shades of Mai Tai #A86327

Tints of Mai Tai #A86327

Color information

#A86327 (or 0xA86327) is unknown color: approx Mai Tai. HEX triplet: A8, 63 and 27. RGB value is (168,99,39). Sum of RGB (Red+Green+Blue) = 168+99+39=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 39 (15.62% from 255 or 12.75% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A86327 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86327 is #579CD8. Grayscale: #717171. Windows color (decimal): -5741785 or 2581416. OLE color: 2581416.

HSL color Cylindrical-coordinate representation of color #A86327: hue angle of 27.91º 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 #A86327 is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.34.

Color convert

RGB1689939-
CMYK00.410.770.34
HSL27.91º62.32%40.59%-
HSV(B)27.91º76.79%65.88%-
XYZ20.9817.394.17-
YUV112.7986.36167.38-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.90%
GREEN value IS 99 (39.06% from 255) = 32.35%
BLUE value IS 39 (15.62% from 255) = 12.75%
R=54.90%
G=32.35%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.77
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168993900.410.770.3427.9162.3240.59
HexA863270294D221c3e29
Octal2501434705111542347651
Binary1010100011000111001110101001100110110001011100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86327; }

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

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

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

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

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

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

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

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