#A06C38

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

Shades of Mai Tai #A06C38

Tints of Mai Tai #A06C38

Color information

#A06C38 (or 0xA06C38) is unknown color: approx Mai Tai. HEX triplet: A0, 6C and 38. RGB value is (160,108,56). Sum of RGB (Red+Green+Blue) = 160+108+56=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06C38 is #5F93C7. Grayscale: #757575. Windows color (decimal): -6263752 or 3697824. OLE color: 3697824.

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

Color convert

RGB16010856-
CMYK00.320.650.37
HSL30º48.15%42.35%-
HSV(B)30º65%62.75%-
XYZ20.5718.486.22-
YUV117.6293.23158.23-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.38%
GREEN value IS 108 (42.58% from 255) = 33.33%
BLUE value IS 56 (22.27% from 255) = 17.28%
R=49.38%
G=33.33%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601085600.320.650.373048.1542.35
HexA06C3802041251e302a
Octal2401547004010145366052
Binary1010000011011001110000100000100000110010111110110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06C38; }

 p { color: rgb(160,108,56); }

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

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

 a { background-color: rgb(160,108,56); }

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

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

 span { border-color: rgb(160,108,56); }

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