#A0682F

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

Shades of Mai Tai #A0682F

Tints of Mai Tai #A0682F

Color information

#A0682F (or 0xA0682F) is unknown color: approx Mai Tai. HEX triplet: A0, 68 and 2F. RGB value is (160,104,47). Sum of RGB (Red+Green+Blue) = 160+104+47=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A0682F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0682F is #5F97D0. Grayscale: #727272. Windows color (decimal): -6264785 or 3106976. OLE color: 3106976.

HSL color Cylindrical-coordinate representation of color #A0682F: hue angle of 30.27º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0682F is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB16010447-
CMYK00.350.710.37
HSL30.27º54.59%40.59%-
HSV(B)30.27º70.63%62.75%-
XYZ19.9617.585.03-
YUV114.2590.05160.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.45%
GREEN value IS 104 (41.02% from 255) = 33.44%
BLUE value IS 47 (18.75% from 255) = 15.11%
R=51.45%
G=33.44%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601044700.350.710.3730.2754.5940.59
HexA0682F02347251e3729
Octal2401505704310745366751
Binary1010000011010001011110100011100011110010111110110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0682F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0682F; }

 p { color: rgb(160,104,47); }

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

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

 a { background-color: rgb(160,104,47); }

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

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

 span { border-color: rgb(160,104,47); }

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