#A5662C

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

Shades of Mai Tai #A5662C

Tints of Mai Tai #A5662C

Color information

#A5662C (or 0xA5662C) is unknown color: approx Mai Tai. HEX triplet: A5, 66 and 2C. RGB value is (165,102,44). Sum of RGB (Red+Green+Blue) = 165+102+44=311 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.05% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 165 - color contains mainly: red. Hex color #A5662C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5662C is #5A99D3. Grayscale: #727272. Windows color (decimal): -5937620 or 2909861. OLE color: 2909861.

HSL color Cylindrical-coordinate representation of color #A5662C: hue angle of 28.76º degrees, saturation: 0.58, 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 #A5662C is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB16510244-
CMYK00.380.730.35
HSL28.76º57.89%40.98%-
HSV(B)28.76º73.33%64.71%-
XYZ20.7217.684.7-
YUV114.2288.37164.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.05%
GREEN value IS 102 (40.23% from 255) = 32.80%
BLUE value IS 44 (17.58% from 255) = 14.15%
R=53.05%
G=32.80%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651024400.380.730.3528.7657.8940.98
HexA5662C02649231d3a29
Octal2451465404611143357251
Binary1010010111001101011000100110100100110001111101111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5662C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5662C; }

 p { color: rgb(165,102,44); }

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

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

 a { background-color: rgb(165,102,44); }

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

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

 span { border-color: rgb(165,102,44); }

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