#A55F31

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

Shades of Mai Tai #A55F31

Tints of Mai Tai #A55F31

Color information

#A55F31 (or 0xA55F31) is unknown color: approx Mai Tai. HEX triplet: A5, 5F and 31. RGB value is (165,95,49). Sum of RGB (Red+Green+Blue) = 165+95+49=309 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.40% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55F31 is #5AA0CE. Grayscale: #6E6E6E. Windows color (decimal): -5939407 or 3235749. OLE color: 3235749.

HSL color Cylindrical-coordinate representation of color #A55F31: hue angle of 23.79º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A55F31 is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB1659549-
CMYK00.420.700.35
HSL23.79º54.21%41.96%-
HSV(B)23.79º70.3%64.71%-
XYZ20.1616.415.01-
YUV110.6993.19166.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.40%
GREEN value IS 95 (37.5% from 255) = 30.74%
BLUE value IS 49 (19.53% from 255) = 15.86%
R=53.40%
G=30.74%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165954900.420.700.3523.7954.2141.96
HexA55F3102A462318362a
Octal2451376105210643306652
Binary1010010110111111100010101010100011010001111000110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55F31; }

 p { color: rgb(165,95,49); }

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

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

 a { background-color: rgb(165,95,49); }

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

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

 span { border-color: rgb(165,95,49); }

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