Html Css Color HEX #A16329 Mai Tai

📋 copy color: '#A16329'

red 161 ◦ green 99 ◦ blue 41

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

Shades of Mai Tai #A16329

Tints of Mai Tai #A16329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.62%

R = 53.49%
G = 32.89%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A16329 (or 0xA16329) is known color: Mai Tai. HEX triplet: A1, 63 and 29. RGB value is (161,99,41). Sum of RGB (Red+Green+Blue) = 161+99+41=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A16329 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16329 is #5E9CD6. Grayscale: #6F6F6F. Windows color (decimal): -6200535 or 2712481. OLE color: 2712481.

HSL color Cylindrical-coordinate representation of color #A16329: hue angle of 29º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A16329 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 99 41 -
CMYK 0 0.39 0.75 0.37
HSL 29º 0.59% 0.4% -
HSV(B) 29º 0.75% 0.63% -
XYZ 19.56 16.66 4.28 -
YUV 110.93 88.54 163.72 -
System Red Green Blue C M Y K H S L
Decimal 161 99 41 0 0.39 0.75 0.37 29 0.59 0.4
Hex A1 63 29 0 27 4B 25 1D 3B 28
Octal 241 143 51 0 47 113 45 35 73 50
Binary 10100001 1100011 101001 0 100111 1001011 100101 11101 111011 101000

Color Harmonies of #A16329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16329

Black with #A16329

Text Example


Text Example

White with #A16329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16329; }

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

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

background-color css

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

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

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

border-color css

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

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

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