Html Css Color HEX #A06736 Mai Tai

📋 copy color: '#A06736'

red 160 ◦ green 103 ◦ blue 54

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

Shades of Mai Tai #A06736

Tints of Mai Tai #A06736

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.49%

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

R = 50.47%
G = 32.49%
B = 17.03%

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

#A06736 (or 0xA06736) is known color: Mai Tai. HEX triplet: A0, 67 and 36. RGB value is (160,103,54). Sum of RGB (Red+Green+Blue) = 160+103+54=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 54 (21.48% from 255 or 17.03% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A06736 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06736 is #5F98C9. Grayscale: #727272. Windows color (decimal): -6265034 or 3565472. OLE color: 3565472.

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

Color convert

RGB 160 103 54 -
CMYK 0 0.36 0.66 0.37
HSL 27.74º 0.5% 0.42% -
HSV(B) 27.74º 0.66% 0.63% -
XYZ 20.01 17.44 5.8 -
YUV 114.46 93.88 160.48 -
System Red Green Blue C M Y K H S L
Decimal 160 103 54 0 0.36 0.66 0.37 27.74 0.5 0.42
Hex A0 67 36 0 24 42 25 1C 32 2A
Octal 240 147 66 0 44 102 45 34 62 52
Binary 10100000 1100111 110110 0 100100 1000010 100101 11100 110010 101010

Color Harmonies of #A06736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06736

Black with #A06736

Text Example


Text Example

White with #A06736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06736; }

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

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

background-color css

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

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

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

border-color css

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

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

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