#A06D3C

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

Shades of Mai Tai #A06D3C

Tints of Mai Tai #A06D3C

Color information

#A06D3C (or 0xA06D3C) is unknown color: approx Mai Tai. HEX triplet: A0, 6D and 3C. RGB value is (160,109,60). Sum of RGB (Red+Green+Blue) = 160+109+60=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 109 (42.97% from 255 or 33.13% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A06D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06D3C is #5F92C3. Grayscale: #767676. Windows color (decimal): -6263492 or 3960224. OLE color: 3960224.

HSL color Cylindrical-coordinate representation of color #A06D3C: hue angle of 29.4º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A06D3C is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB16010960-
CMYK00.320.620.37
HSL29.4º45.45%43.14%-
HSV(B)29.4º62.5%62.75%-
XYZ20.7818.746.8-
YUV118.6694.9157.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.63%
GREEN value IS 109 (42.97% from 255) = 33.13%
BLUE value IS 60 (23.83% from 255) = 18.24%
R=48.63%
G=33.13%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601096000.320.620.3729.445.4543.14
HexA06D3C0203E251d2d2b
Octal240155740407645355553
Binary101000001101101111100010000011111010010111101101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06D3C; }

 p { color: rgb(160,109,60); }

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

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

 a { background-color: rgb(160,109,60); }

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

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

 span { border-color: rgb(160,109,60); }

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