#A06B3A

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

Shades of Mai Tai #A06B3A

Tints of Mai Tai #A06B3A

Color information

#A06B3A (or 0xA06B3A) is unknown color: approx Mai Tai. HEX triplet: A0, 6B and 3A. RGB value is (160,107,58). Sum of RGB (Red+Green+Blue) = 160+107+58=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 107 (42.19% from 255 or 32.92% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A06B3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06B3A is #5F94C5. Grayscale: #757575. Windows color (decimal): -6264006 or 3828640. OLE color: 3828640.

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

Color convert

RGB16010758-
CMYK00.330.640.37
HSL28.82º46.79%42.75%-
HSV(B)28.82º63.75%62.75%-
XYZ20.5218.296.45-
YUV117.2694.56158.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.23%
GREEN value IS 107 (42.19% from 255) = 32.92%
BLUE value IS 58 (23.05% from 255) = 17.85%
R=49.23%
G=32.92%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601075800.330.640.3728.8246.7942.75
HexA06B3A02140251d2f2b
Octal2401537204110045355753
Binary1010000011010111110100100001100000010010111101101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06B3A; }

 p { color: rgb(160,107,58); }

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

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

 a { background-color: rgb(160,107,58); }

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

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

 span { border-color: rgb(160,107,58); }

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