Html Css Color HEX #A06831 Mai Tai

📋 copy color: '#A06831'

red 160 ◦ green 104 ◦ blue 49

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

Shades of Mai Tai #A06831

Tints of Mai Tai #A06831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.65%

R = 51.12%
G = 33.23%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A06831 (or 0xA06831) is known color: Mai Tai. HEX triplet: A0, 68 and 31. RGB value is (160,104,49). Sum of RGB (Red+Green+Blue) = 160+104+49=313 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.12% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 160 - color contains mainly: red. Hex color #A06831 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06831 is #5F97CE. Grayscale: #727272. Windows color (decimal): -6264783 or 3238048. OLE color: 3238048.

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

Color convert

RGB 160 104 49 -
CMYK 0 0.35 0.69 0.37
HSL 29.73º 0.53% 0.41% -
HSV(B) 29.73º 0.69% 0.63% -
XYZ 20 17.6 5.25 -
YUV 114.47 91.05 160.47 -
System Red Green Blue C M Y K H S L
Decimal 160 104 49 0 0.35 0.69 0.37 29.73 0.53 0.41
Hex A0 68 31 0 23 45 25 1E 35 29
Octal 240 150 61 0 43 105 45 36 65 51
Binary 10100000 1101000 110001 0 100011 1000101 100101 11110 110101 101001

Color Harmonies of #A06831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06831

Black with #A06831

Text Example


Text Example

White with #A06831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06831; }

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

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

background-color css

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

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

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

border-color css

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

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

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