#A55F29

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

Shades of Mai Tai #A55F29

Tints of Mai Tai #A55F29

Color information

#A55F29 (or 0xA55F29) is unknown color: approx Mai Tai. HEX triplet: A5, 5F and 29. RGB value is (165,95,41). Sum of RGB (Red+Green+Blue) = 165+95+41=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 95 (37.5% from 255 or 31.56% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55F29 is #5AA0D6. Grayscale: #6E6E6E. Windows color (decimal): -5939415 or 2711461. OLE color: 2711461.

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

Color convert

RGB1659541-
CMYK00.420.750.35
HSL26.13º60.19%40.39%-
HSV(B)26.13º75.15%64.71%-
XYZ20.0116.344.2-
YUV109.7789.19167.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.82%
GREEN value IS 95 (37.5% from 255) = 31.56%
BLUE value IS 41 (16.41% from 255) = 13.62%
R=54.82%
G=31.56%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165954100.420.750.3526.1360.1940.39
HexA55F2902A4B231a3c28
Octal2451375105211343327450
Binary1010010110111111010010101010100101110001111010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55F29; }

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

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

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

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

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

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

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

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