#A56B2B

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

Shades of Mai Tai #A56B2B

Tints of Mai Tai #A56B2B

Color information

#A56B2B (or 0xA56B2B) is unknown color: approx Mai Tai. HEX triplet: A5, 6B and 2B. RGB value is (165,107,43). Sum of RGB (Red+Green+Blue) = 165+107+43=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56B2B is #5A94D4. Grayscale: #757575. Windows color (decimal): -5936341 or 2845605. OLE color: 2845605.

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

Color convert

RGB16510743-
CMYK00.350.740.35
HSL31.48º58.65%40.78%-
HSV(B)31.48º73.94%64.71%-
XYZ21.2118.694.77-
YUV117.0586.22162.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.38%
GREEN value IS 107 (42.19% from 255) = 33.97%
BLUE value IS 43 (17.19% from 255) = 13.65%
R=52.38%
G=33.97%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651074300.350.740.3531.4858.6540.78
HexA56B2B0234A231f3b29
Octal2451535304311243377351
Binary1010010111010111010110100011100101010001111111111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56B2B; }

 p { color: rgb(165,107,43); }

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

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

 a { background-color: rgb(165,107,43); }

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

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

 span { border-color: rgb(165,107,43); }

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