Html Css Color HEX #A06735 Mai Tai

📋 copy color: '#A06735'

red 160 ◦ green 103 ◦ blue 53

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

Shades of Mai Tai #A06735

Tints of Mai Tai #A06735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.77%

R = 50.63%
G = 32.59%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.37

RGB Variations

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

Color information

#A06735 (or 0xA06735) is known color: Mai Tai. HEX triplet: A0, 67 and 35. RGB value is (160,103,53). Sum of RGB (Red+Green+Blue) = 160+103+53=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 53 (21.09% from 255 or 16.77% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A06735 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06735 is #5F98CA. Grayscale: #727272. Windows color (decimal): -6265035 or 3499936. OLE color: 3499936.

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

Color convert

RGB 160 103 53 -
CMYK 0 0.36 0.67 0.37
HSL 28.04º 0.5% 0.42% -
HSV(B) 28.04º 0.67% 0.63% -
XYZ 19.99 17.43 5.68 -
YUV 114.34 93.38 160.57 -
System Red Green Blue C M Y K H S L
Decimal 160 103 53 0 0.36 0.67 0.37 28.04 0.5 0.42
Hex A0 67 35 0 24 43 25 1C 32 2A
Octal 240 147 65 0 44 103 45 34 62 52
Binary 10100000 1100111 110101 0 100100 1000011 100101 11100 110010 101010

Color Harmonies of #A06735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06735

Black with #A06735

Text Example


Text Example

White with #A06735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06735; }

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

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

background-color css

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

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

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

border-color css

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

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

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