#A56C33

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

Shades of Mai Tai #A56C33

Tints of Mai Tai #A56C33

Color information

#A56C33 (or 0xA56C33) is unknown color: approx Mai Tai. HEX triplet: A5, 6C and 33. RGB value is (165,108,51). Sum of RGB (Red+Green+Blue) = 165+108+51=324 (42% of max value = 765). Red value is 165 (64.84% from 255 or 50.93% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 51 (20.31% from 255 or 15.74% from 324); Max value from RGB is 165 - color contains mainly: red. Hex color #A56C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56C33 is #5A93CC. Grayscale: #767676. Windows color (decimal): -5936077 or 3370149. OLE color: 3370149.

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

Color convert

RGB16510851-
CMYK00.350.690.35
HSL30º52.78%42.35%-
HSV(B)30º69.09%64.71%-
XYZ21.4818.965.66-
YUV118.5489.88161.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.93%
GREEN value IS 108 (42.58% from 255) = 33.33%
BLUE value IS 51 (20.31% from 255) = 15.74%
R=50.93%
G=33.33%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651085100.350.690.353052.7842.35
HexA56C3302345231e352a
Octal2451546304310543366552
Binary1010010111011001100110100011100010110001111110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56C33; }

 p { color: rgb(165,108,51); }

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

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

 a { background-color: rgb(165,108,51); }

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

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

 span { border-color: rgb(165,108,51); }

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