#A56C2F

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

Shades of Mai Tai #A56C2F

Tints of Mai Tai #A56C2F

Color information

#A56C2F (or 0xA56C2F) is unknown color: approx Mai Tai. HEX triplet: A5, 6C and 2F. RGB value is (165,108,47). Sum of RGB (Red+Green+Blue) = 165+108+47=320 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.56% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 165 - color contains mainly: red. Hex color #A56C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56C2F is #5A93D0. Grayscale: #767676. Windows color (decimal): -5936081 or 3108005. OLE color: 3108005.

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

Color convert

RGB16510847-
CMYK00.350.720.35
HSL31.02º55.66%41.57%-
HSV(B)31.02º71.52%64.71%-
XYZ21.3918.935.22-
YUV118.0987.88161.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.56%
GREEN value IS 108 (42.58% from 255) = 33.75%
BLUE value IS 47 (18.75% from 255) = 14.69%
R=51.56%
G=33.75%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651084700.350.720.3531.0255.6641.57
HexA56C2F02348231f382a
Octal2451545704311043377052
Binary1010010111011001011110100011100100010001111111111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56C2F; }

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

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

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

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

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

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

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

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