#A15F28

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

Shades of Mai Tai #A15F28

Tints of Mai Tai #A15F28

Color information

#A15F28 (or 0xA15F28) is unknown color: approx Mai Tai. HEX triplet: A1, 5F and 28. RGB value is (161,95,40). Sum of RGB (Red+Green+Blue) = 161+95+40=296 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.39% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 161 - color contains mainly: red. Hex color #A15F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15F28 is #5EA0D7. Grayscale: #6C6C6C. Windows color (decimal): -6201560 or 2645921. OLE color: 2645921.

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

Color convert

RGB1619540-
CMYK00.410.750.37
HSL27.27º60.2%39.41%-
HSV(B)27.27º75.16%63.14%-
XYZ19.1715.914.07-
YUV108.4689.37165.47-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.39%
GREEN value IS 95 (37.5% from 255) = 32.09%
BLUE value IS 40 (16.02% from 255) = 13.51%
R=54.39%
G=32.09%
B=13.51%

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
Decimal161954000.410.750.3727.2760.239.41
HexA15F280294B251b3c27
Octal2411375005111345337447
Binary1010000110111111010000101001100101110010111011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15F28; }

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

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

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

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

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

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

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

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