Html Css Color HEX #A06731 Mai Tai

📋 copy color: '#A06731'

red 160 ◦ green 103 ◦ blue 49

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

Shades of Mai Tai #A06731

Tints of Mai Tai #A06731

RGB

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

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

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

R = 51.28%
G = 33.01%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A06731 (or 0xA06731) is known color: Mai Tai. HEX triplet: A0, 67 and 31. RGB value is (160,103,49). Sum of RGB (Red+Green+Blue) = 160+103+49=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A06731 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06731 is #5F98CE. Grayscale: #727272. Windows color (decimal): -6265039 or 3237792. OLE color: 3237792.

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

Color convert

RGB 160 103 49 -
CMYK 0 0.36 0.69 0.37
HSL 29.19º 0.53% 0.41% -
HSV(B) 29.19º 0.69% 0.63% -
XYZ 19.9 17.4 5.21 -
YUV 113.89 91.38 160.89 -
System Red Green Blue C M Y K H S L
Decimal 160 103 49 0 0.36 0.69 0.37 29.19 0.53 0.41
Hex A0 67 31 0 24 45 25 1D 35 29
Octal 240 147 61 0 44 105 45 35 65 51
Binary 10100000 1100111 110001 0 100100 1000101 100101 11101 110101 101001

Color Harmonies of #A06731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06731

Black with #A06731

Text Example


Text Example

White with #A06731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06731; }

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

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

background-color css

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

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

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

border-color css

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

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

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