#A06B3E

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

Shades of Mai Tai #A06B3E

Tints of Mai Tai #A06B3E

Color information

#A06B3E (or 0xA06B3E) is unknown color: approx Mai Tai. HEX triplet: A0, 6B and 3E. RGB value is (160,107,62). Sum of RGB (Red+Green+Blue) = 160+107+62=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A06B3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06B3E is #5F94C1. Grayscale: #757575. Windows color (decimal): -6264002 or 4090784. OLE color: 4090784.

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

Color convert

RGB16010762-
CMYK00.330.610.37
HSL27.55º44.14%43.53%-
HSV(B)27.55º61.25%62.75%-
XYZ20.6218.347.01-
YUV117.7296.56158.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.63%
GREEN value IS 107 (42.19% from 255) = 32.52%
BLUE value IS 62 (24.61% from 255) = 18.84%
R=48.63%
G=32.52%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601076200.330.610.3727.5544.1443.53
HexA06B3E0213D251c2c2c
Octal240153760417545345454
Binary101000001101011111110010000111110110010111100101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06B3E; }

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

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

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

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

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

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

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

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