Html Css Color HEX #A06733 Mai Tai

📋 copy color: '#A06733'

red 160 ◦ green 103 ◦ blue 51

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

Shades of Mai Tai #A06733

Tints of Mai Tai #A06733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.24%

R = 50.96%
G = 32.8%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A06733 (or 0xA06733) is known color: Mai Tai. HEX triplet: A0, 67 and 33. RGB value is (160,103,51). Sum of RGB (Red+Green+Blue) = 160+103+51=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 51 (20.31% from 255 or 16.24% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A06733 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06733 is #5F98CC. Grayscale: #727272. Windows color (decimal): -6265037 or 3368864. OLE color: 3368864.

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

Color convert

RGB 160 103 51 -
CMYK 0 0.36 0.68 0.37
HSL 28.62º 0.52% 0.41% -
HSV(B) 28.62º 0.68% 0.63% -
XYZ 19.94 17.41 5.44 -
YUV 114.12 92.38 160.73 -
System Red Green Blue C M Y K H S L
Decimal 160 103 51 0 0.36 0.68 0.37 28.62 0.52 0.41
Hex A0 67 33 0 24 44 25 1D 34 29
Octal 240 147 63 0 44 104 45 35 64 51
Binary 10100000 1100111 110011 0 100100 1000100 100101 11101 110100 101001

Color Harmonies of #A06733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06733

Black with #A06733

Text Example


Text Example

White with #A06733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06733; }

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

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

background-color css

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

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

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

border-color css

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

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

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