Html Css Color HEX #A16331 Mai Tai

📋 copy color: '#A16331'

red 161 ◦ green 99 ◦ blue 49

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

Shades of Mai Tai #A16331

Tints of Mai Tai #A16331

RGB

 RED value IS 161 (63.28% from 255) = 52.1%

 GREEN value IS 99 (39.06% from 255) = 32.04%

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

R = 52.1%
G = 32.04%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A16331 (or 0xA16331) is known color: Mai Tai. HEX triplet: A1, 63 and 31. RGB value is (161,99,49). Sum of RGB (Red+Green+Blue) = 161+99+49=309 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.10% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 161 - color contains mainly: red. Hex color #A16331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16331 is #5E9CCE. Grayscale: #707070. Windows color (decimal): -6200527 or 3236769. OLE color: 3236769.

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

Color convert

RGB 161 99 49 -
CMYK 0 0.39 0.70 0.37
HSL 26.79º 0.53% 0.41% -
HSV(B) 26.79º 0.7% 0.63% -
XYZ 19.71 16.72 5.09 -
YUV 111.84 92.54 163.07 -
System Red Green Blue C M Y K H S L
Decimal 161 99 49 0 0.39 0.70 0.37 26.79 0.53 0.41
Hex A1 63 31 0 27 46 25 1B 35 29
Octal 241 143 61 0 47 106 45 33 65 51
Binary 10100001 1100011 110001 0 100111 1000110 100101 11011 110101 101001

Color Harmonies of #A16331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16331

Black with #A16331

Text Example


Text Example

White with #A16331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16331; }

 p { color: rgb(161,99,49); }

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

background-color css

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

 a { background-color: rgb(161,99,49); }

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

border-color css

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

 span { border-color: rgb(161,99,49); }

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