Html Css Color HEX #A06837 Mai Tai

📋 copy color: '#A06837'

red 160 ◦ green 104 ◦ blue 55

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

Shades of Mai Tai #A06837

Tints of Mai Tai #A06837

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.6%

 BLUE value IS 55 (21.88% from 255) = 17.24%

R = 50.16%
G = 32.6%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A06837 (or 0xA06837) is known color: Mai Tai. HEX triplet: A0, 68 and 37. RGB value is (160,104,55). Sum of RGB (Red+Green+Blue) = 160+104+55=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 55 (21.88% from 255 or 17.24% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A06837 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06837 is #5F97C8. Grayscale: #737373. Windows color (decimal): -6264777 or 3631264. OLE color: 3631264.

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

Color convert

RGB 160 104 55 -
CMYK 0 0.35 0.66 0.37
HSL 28º 0.49% 0.42% -
HSV(B) 28º 0.66% 0.63% -
XYZ 20.14 17.65 5.96 -
YUV 115.16 94.05 159.98 -
System Red Green Blue C M Y K H S L
Decimal 160 104 55 0 0.35 0.66 0.37 28 0.49 0.42
Hex A0 68 37 0 23 42 25 1C 31 2A
Octal 240 150 67 0 43 102 45 34 61 52
Binary 10100000 1101000 110111 0 100011 1000010 100101 11100 110001 101010

Color Harmonies of #A06837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06837

Black with #A06837

Text Example


Text Example

White with #A06837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06837; }

 p { color: rgb(160,104,55); }

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

background-color css

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

 a { background-color: rgb(160,104,55); }

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

border-color css

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

 span { border-color: rgb(160,104,55); }

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