#a5612e

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

Shades of Mai Tai #A5612E

Tints of Mai Tai #A5612E

Color information

#A5612E (or 0xA5612E) is unknown color: approx Mai Tai. HEX triplet: A5, 61 and 2E. RGB value is (165,97,46). Sum of RGB (Red+Green+Blue) = 165+97+46=308 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.57% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 165 - color contains mainly: red. Hex color #A5612E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5612E is #5A9ED1. Grayscale: #6F6F6F. Windows color (decimal): -5938898 or 3039653. OLE color: 3039653.

HSL color Cylindrical-coordinate representation of color #A5612E: hue angle of 25.71º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A5612E is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB1659746-
CMYK00.410.720.35
HSL25.71º56.4%41.37%-
HSV(B)25.71º72.12%64.71%-
XYZ20.2816.754.75-
YUV111.5291.03166.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.57%
GREEN value IS 97 (38.28% from 255) = 31.49%
BLUE value IS 46 (18.36% from 255) = 14.94%
R=53.57%
G=31.49%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165974600.410.720.3525.7156.441.37
HexA5612E02948231a3829
Octal2451415605111043327051
Binary1010010111000011011100101001100100010001111010111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5612e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5612e; }

 p { color: rgb(165,97,46); }

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

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

 a { background-color: rgb(165,97,46); }

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

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

 span { border-color: rgb(165,97,46); }

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