#A15F27

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

Shades of Mai Tai #A15F27

Tints of Mai Tai #A15F27

Color information

#A15F27 (or 0xA15F27) is unknown color: approx Mai Tai. HEX triplet: A1, 5F and 27. RGB value is (161,95,39). Sum of RGB (Red+Green+Blue) = 161+95+39=295 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.58% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 161 - color contains mainly: red. Hex color #A15F27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15F27 is #5EA0D8. Grayscale: #6C6C6C. Windows color (decimal): -6201561 or 2580385. OLE color: 2580385.

HSL color Cylindrical-coordinate representation of color #A15F27: hue angle of 27.54º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A15F27 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB1619539-
CMYK00.410.760.37
HSL27.54º61%39.22%-
HSV(B)27.54º75.78%63.14%-
XYZ19.1615.913.98-
YUV108.3588.87165.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.58%
GREEN value IS 95 (37.5% from 255) = 32.20%
BLUE value IS 39 (15.62% from 255) = 13.22%
R=54.58%
G=32.20%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161953900.410.760.3727.546139.22
HexA15F270294C251c3d27
Octal2411374705111445347547
Binary1010000110111111001110101001100110010010111100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15F27; }

 p { color: rgb(161,95,39); }

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

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

 a { background-color: rgb(161,95,39); }

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

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

 span { border-color: rgb(161,95,39); }

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