Html Css Color HEX #A16324 Mai Tai

📋 copy color: '#A16324'

red 161 ◦ green 99 ◦ blue 36

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

Shades of Mai Tai #A16324

Tints of Mai Tai #A16324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.16%

R = 54.39%
G = 33.45%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A16324 (or 0xA16324) is known color: Mai Tai. HEX triplet: A1, 63 and 24. RGB value is (161,99,36). Sum of RGB (Red+Green+Blue) = 161+99+36=296 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.39% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 36 (14.45% from 255 or 12.16% from 296); Max value from RGB is 161 - color contains mainly: red. Hex color #A16324 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16324 is #5E9CDB. Grayscale: #6E6E6E. Windows color (decimal): -6200540 or 2384801. OLE color: 2384801.

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

Color convert

RGB 161 99 36 -
CMYK 0 0.39 0.78 0.37
HSL 30.24º 0.63% 0.39% -
HSV(B) 30.24º 0.78% 0.63% -
XYZ 19.48 16.63 3.85 -
YUV 110.36 86.04 164.12 -
System Red Green Blue C M Y K H S L
Decimal 161 99 36 0 0.39 0.78 0.37 30.24 0.63 0.39
Hex A1 63 24 0 27 4E 25 1E 3F 27
Octal 241 143 44 0 47 116 45 36 77 47
Binary 10100001 1100011 100100 0 100111 1001110 100101 11110 111111 100111

Color Harmonies of #A16324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16324

Black with #A16324

Text Example


Text Example

White with #A16324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16324; }

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

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

background-color css

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

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

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

border-color css

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

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

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