#A15F29

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

Shades of Mai Tai #A15F29

Tints of Mai Tai #A15F29

Color information

#A15F29 (or 0xA15F29) is unknown color: approx Mai Tai. HEX triplet: A1, 5F and 29. RGB value is (161,95,41). Sum of RGB (Red+Green+Blue) = 161+95+41=297 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.21% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 161 - color contains mainly: red. Hex color #A15F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15F29 is #5EA0D6. Grayscale: #6C6C6C. Windows color (decimal): -6201559 or 2711457. OLE color: 2711457.

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

Color convert

RGB1619541-
CMYK00.410.750.37
HSL27º59.41%39.61%-
HSV(B)27º74.53%63.14%-
XYZ19.1915.924.16-
YUV108.5889.87165.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.21%
GREEN value IS 95 (37.5% from 255) = 31.99%
BLUE value IS 41 (16.41% from 255) = 13.80%
R=54.21%
G=31.99%
B=13.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161954100.410.750.372759.4139.61
HexA15F290294B251b3b28
Octal2411375105111345337350
Binary1010000110111111010010101001100101110010111011111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15F29; }

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

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

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

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

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

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

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

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