Html Css Color HEX #A06C39 Mai Tai

📋 copy color: '#A06C39'

red 160 ◦ green 108 ◦ blue 57

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

Shades of Mai Tai #A06C39

Tints of Mai Tai #A06C39

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.23%

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

R = 49.23%
G = 33.23%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A06C39 (or 0xA06C39) is known color: Mai Tai. HEX triplet: A0, 6C and 39. RGB value is (160,108,57). Sum of RGB (Red+Green+Blue) = 160+108+57=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 57 (22.66% from 255 or 17.54% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06C39 is #5F93C6. Grayscale: #757575. Windows color (decimal): -6263751 or 3763360. OLE color: 3763360.

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

Color convert

RGB 160 108 57 -
CMYK 0 0.32 0.64 0.37
HSL 29.71º 0.47% 0.43% -
HSV(B) 29.71º 0.64% 0.63% -
XYZ 20.6 18.49 6.35 -
YUV 117.73 93.73 158.15 -
System Red Green Blue C M Y K H S L
Decimal 160 108 57 0 0.32 0.64 0.37 29.71 0.47 0.43
Hex A0 6C 39 0 20 40 25 1E 2F 2B
Octal 240 154 71 0 40 100 45 36 57 53
Binary 10100000 1101100 111001 0 100000 1000000 100101 11110 101111 101011

Color Harmonies of #A06C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06C39

Black with #A06C39

Text Example


Text Example

White with #A06C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06C39; }

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

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

background-color css

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

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

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

border-color css

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

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

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