Html Css Color HEX #A06336 Mai Tai

📋 copy color: '#A06336'

red 160 ◦ green 99 ◦ blue 54

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

Shades of Mai Tai #A06336

Tints of Mai Tai #A06336

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.63%

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

R = 51.12%
G = 31.63%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A06336 (or 0xA06336) is known color: Mai Tai. HEX triplet: A0, 63 and 36. RGB value is (160,99,54). Sum of RGB (Red+Green+Blue) = 160+99+54=313 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.12% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 160 - color contains mainly: red. Hex color #A06336 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06336 is #5F9CC9. Grayscale: #707070. Windows color (decimal): -6266058 or 3564448. OLE color: 3564448.

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

Color convert

RGB 160 99 54 -
CMYK 0 0.38 0.66 0.37
HSL 25.47º 0.5% 0.42% -
HSV(B) 25.47º 0.66% 0.63% -
XYZ 19.62 16.66 5.67 -
YUV 112.11 95.21 162.16 -
System Red Green Blue C M Y K H S L
Decimal 160 99 54 0 0.38 0.66 0.37 25.47 0.5 0.42
Hex A0 63 36 0 26 42 25 19 32 2A
Octal 240 143 66 0 46 102 45 31 62 52
Binary 10100000 1100011 110110 0 100110 1000010 100101 11001 110010 101010

Color Harmonies of #A06336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06336

Black with #A06336

Text Example


Text Example

White with #A06336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06336; }

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

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

background-color css

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

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

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

border-color css

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

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

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