#A06F3D

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

Shades of Mai Tai #A06F3D

Tints of Mai Tai #A06F3D

Color information

#A06F3D (or 0xA06F3D) is unknown color: approx Mai Tai. HEX triplet: A0, 6F and 3D. RGB value is (160,111,61). Sum of RGB (Red+Green+Blue) = 160+111+61=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06F3D is #5F90C2. Grayscale: #787878. Windows color (decimal): -6262979 or 4026272. OLE color: 4026272.

HSL color Cylindrical-coordinate representation of color #A06F3D: hue angle of 30.3º 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 #A06F3D is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB16011161-
CMYK00.310.620.37
HSL30.3º44.8%43.33%-
HSV(B)30.3º61.87%62.75%-
XYZ21.0219.187.01-
YUV119.9594.73156.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.19%
GREEN value IS 111 (43.75% from 255) = 33.43%
BLUE value IS 61 (24.22% from 255) = 18.37%
R=48.19%
G=33.43%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601116100.310.620.3730.344.843.33
HexA06F3D01F3E251e2d2b
Octal240157750377645365553
Binary10100000110111111110101111111111010010111110101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06F3D; }

 p { color: rgb(160,111,61); }

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

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

 a { background-color: rgb(160,111,61); }

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

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

 span { border-color: rgb(160,111,61); }

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