Html Css Color HEX #A06A39 Mai Tai

📋 copy color: '#A06A39'

red 160 ◦ green 106 ◦ blue 57

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

Shades of Mai Tai #A06A39

Tints of Mai Tai #A06A39

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.82%

 BLUE value IS 57 (22.66% from 255) = 17.65%

R = 49.54%
G = 32.82%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A06A39 (or 0xA06A39) is known color: Mai Tai. HEX triplet: A0, 6A and 39. RGB value is (160,106,57). Sum of RGB (Red+Green+Blue) = 160+106+57=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 57 (22.66% from 255 or 17.65% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A06A39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06A39 is #5F95C6. Grayscale: #747474. Windows color (decimal): -6264263 or 3762848. OLE color: 3762848.

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

Color convert

RGB 160 106 57 -
CMYK 0 0.34 0.64 0.37
HSL 28.54º 0.47% 0.43% -
HSV(B) 28.54º 0.64% 0.63% -
XYZ 20.39 18.08 6.29 -
YUV 116.56 94.39 158.98 -
System Red Green Blue C M Y K H S L
Decimal 160 106 57 0 0.34 0.64 0.37 28.54 0.47 0.43
Hex A0 6A 39 0 22 40 25 1D 2F 2B
Octal 240 152 71 0 42 100 45 35 57 53
Binary 10100000 1101010 111001 0 100010 1000000 100101 11101 101111 101011

Color Harmonies of #A06A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06A39

Black with #A06A39

Text Example


Text Example

White with #A06A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06A39; }

 p { color: rgb(160,106,57); }

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

background-color css

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

 a { background-color: rgb(160,106,57); }

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

border-color css

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

 span { border-color: rgb(160,106,57); }

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