Html Css Color HEX #A06E3C Mai Tai

📋 copy color: '#A06E3C'

red 160 ◦ green 110 ◦ blue 60

#A06E3C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mai Tai #A06E3C

Tints of Mai Tai #A06E3C

RGB

 RED value IS 160 (62.89% from 255) = 48.48%

 GREEN value IS 110 (43.36% from 255) = 33.33%

 BLUE value IS 60 (23.83% from 255) = 18.18%

R = 48.48%
G = 33.33%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A06E3C (or 0xA06E3C) is known color: Mai Tai. HEX triplet: A0, 6E and 3C. RGB value is (160,110,60). Sum of RGB (Red+Green+Blue) = 160+110+60=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A06E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06E3C is #5F91C3. Grayscale: #777777. Windows color (decimal): -6263236 or 3960480. OLE color: 3960480.

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

Color convert

RGB 160 110 60 -
CMYK 0 0.31 0.62 0.37
HSL 30º 0.45% 0.43% -
HSV(B) 30º 0.63% 0.63% -
XYZ 20.89 18.95 6.83 -
YUV 119.25 94.57 157.07 -
System Red Green Blue C M Y K H S L
Decimal 160 110 60 0 0.31 0.62 0.37 30 0.45 0.43
Hex A0 6E 3C 0 1F 3E 25 1E 2D 2B
Octal 240 156 74 0 37 76 45 36 55 53
Binary 10100000 1101110 111100 0 11111 111110 100101 11110 101101 101011

Color Harmonies of #A06E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06E3C

Black with #A06E3C

Text Example


Text Example

White with #A06E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06E3C; }

 p { color: rgb(160,110,60); }

 H1.HeaderClassName
 {
   color: #A06E3C;
 }
 .AnyTagClassName
 {
   color: #A06E3C;
 }
</style>

background-color css

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

 a { background-color: rgb(160,110,60); }

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

border-color css

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

 span { border-color: rgb(160,110,60); }

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