Html Css Color HEX #A06636 Mai Tai

📋 copy color: '#A06636'

red 160 ◦ green 102 ◦ blue 54

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

Shades of Mai Tai #A06636

Tints of Mai Tai #A06636

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.28%

 BLUE value IS 54 (21.48% from 255) = 17.09%

R = 50.63%
G = 32.28%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A06636 (or 0xA06636) is known color: Mai Tai. HEX triplet: A0, 66 and 36. RGB value is (160,102,54). Sum of RGB (Red+Green+Blue) = 160+102+54=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A06636 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06636 is #5F99C9. Grayscale: #727272. Windows color (decimal): -6265290 or 3565216. OLE color: 3565216.

HSL color Cylindrical-coordinate representation of color #A06636: hue angle of 27.17º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A06636 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 102 54 -
CMYK 0 0.36 0.66 0.37
HSL 27.17º 0.5% 0.42% -
HSV(B) 27.17º 0.66% 0.63% -
XYZ 19.91 17.24 5.77 -
YUV 113.87 94.22 160.9 -
System Red Green Blue C M Y K H S L
Decimal 160 102 54 0 0.36 0.66 0.37 27.17 0.5 0.42
Hex A0 66 36 0 24 42 25 1B 32 2A
Octal 240 146 66 0 44 102 45 33 62 52
Binary 10100000 1100110 110110 0 100100 1000010 100101 11011 110010 101010

Color Harmonies of #A06636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06636

Black with #A06636

Text Example


Text Example

White with #A06636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06636; }

 p { color: rgb(160,102,54); }

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

background-color css

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

 a { background-color: rgb(160,102,54); }

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

border-color css

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

 span { border-color: rgb(160,102,54); }

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