#A55C2D

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

Shades of Mai Tai #A55C2D

Tints of Mai Tai #A55C2D

Color information

#A55C2D (or 0xA55C2D) is unknown color: approx Mai Tai. HEX triplet: A5, 5C and 2D. RGB value is (165,92,45). Sum of RGB (Red+Green+Blue) = 165+92+45=302 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.64% from 302); Green value is 92 (36.33% from 255 or 30.46% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55C2D is #5AA3D2. Grayscale: #6C6C6C. Windows color (decimal): -5940179 or 2972837. OLE color: 2972837.

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

Color convert

RGB1659245-
CMYK00.440.730.35
HSL23.5º57.14%41.18%-
HSV(B)23.5º72.73%64.71%-
XYZ19.8215.844.5-
YUV108.4792.18168.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.64%
GREEN value IS 92 (36.33% from 255) = 30.46%
BLUE value IS 45 (17.97% from 255) = 14.90%
R=54.64%
G=30.46%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165924500.440.730.3523.557.1441.18
HexA55C2D02C4923183929
Octal2451345505411143307151
Binary1010010110111001011010101100100100110001111000111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55C2D; }

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

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

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

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

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

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

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

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