#A55C2E

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

Shades of Mai Tai #A55C2E

Tints of Mai Tai #A55C2E

Color information

#A55C2E (or 0xA55C2E) is unknown color: approx Mai Tai. HEX triplet: A5, 5C and 2E. RGB value is (165,92,46). Sum of RGB (Red+Green+Blue) = 165+92+46=303 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.46% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55C2E is #5AA3D1. Grayscale: #6C6C6C. Windows color (decimal): -5940178 or 3038373. OLE color: 3038373.

HSL color Cylindrical-coordinate representation of color #A55C2E: hue angle of 23.19º 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 #A55C2E is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB1659246-
CMYK00.440.720.35
HSL23.19º56.4%41.37%-
HSV(B)23.19º72.12%64.71%-
XYZ19.8415.854.6-
YUV108.5892.68168.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.46%
GREEN value IS 92 (36.33% from 255) = 30.36%
BLUE value IS 46 (18.36% from 255) = 15.18%
R=54.46%
G=30.36%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165924600.440.720.3523.1956.441.37
HexA55C2E02C4823173829
Octal2451345605411043277051
Binary1010010110111001011100101100100100010001110111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55C2E; }

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

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

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

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

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

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

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

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