Html Css Color HEX #A06835 Mai Tai

📋 copy color: '#A06835'

red 160 ◦ green 104 ◦ blue 53

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

Shades of Mai Tai #A06835

Tints of Mai Tai #A06835

RGB

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

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

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

R = 50.47%
G = 32.81%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.37

RGB Variations

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

Color information

#A06835 (or 0xA06835) is known color: Mai Tai. HEX triplet: A0, 68 and 35. RGB value is (160,104,53). Sum of RGB (Red+Green+Blue) = 160+104+53=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 53 (21.09% from 255 or 16.72% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A06835 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06835 is #5F97CA. Grayscale: #737373. Windows color (decimal): -6264779 or 3500192. OLE color: 3500192.

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

Color convert

RGB 160 104 53 -
CMYK 0 0.35 0.67 0.37
HSL 28.6º 0.5% 0.42% -
HSV(B) 28.6º 0.67% 0.63% -
XYZ 20.09 17.63 5.71 -
YUV 114.93 93.05 160.15 -
System Red Green Blue C M Y K H S L
Decimal 160 104 53 0 0.35 0.67 0.37 28.6 0.5 0.42
Hex A0 68 35 0 23 43 25 1D 32 2A
Octal 240 150 65 0 43 103 45 35 62 52
Binary 10100000 1101000 110101 0 100011 1000011 100101 11101 110010 101010

Color Harmonies of #A06835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06835

Black with #A06835

Text Example


Text Example

White with #A06835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06835; }

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

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

background-color css

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

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

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

border-color css

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

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

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