Html Css Color HEX #A16C39 Mai Tai

📋 copy color: '#A16C39'

red 161 ◦ green 108 ◦ blue 57

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

Shades of Mai Tai #A16C39

Tints of Mai Tai #A16C39

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.13%

 BLUE value IS 57 (22.66% from 255) = 17.48%

R = 49.39%
G = 33.13%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A16C39 (or 0xA16C39) is known color: Mai Tai. HEX triplet: A1, 6C and 39. RGB value is (161,108,57). Sum of RGB (Red+Green+Blue) = 161+108+57=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 57 (22.66% from 255 or 17.48% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A16C39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16C39 is #5E93C6. Grayscale: #767676. Windows color (decimal): -6198215 or 3763361. OLE color: 3763361.

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

Color convert

RGB 161 108 57 -
CMYK 0 0.33 0.65 0.37
HSL 29.42º 0.48% 0.43% -
HSV(B) 29.42º 0.65% 0.63% -
XYZ 20.8 18.6 6.36 -
YUV 118.03 93.56 158.65 -
System Red Green Blue C M Y K H S L
Decimal 161 108 57 0 0.33 0.65 0.37 29.42 0.48 0.43
Hex A1 6C 39 0 21 41 25 1D 30 2B
Octal 241 154 71 0 41 101 45 35 60 53
Binary 10100001 1101100 111001 0 100001 1000001 100101 11101 110000 101011

Color Harmonies of #A16C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16C39

Black with #A16C39

Text Example


Text Example

White with #A16C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16C39; }

 p { color: rgb(161,108,57); }

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

background-color css

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

 a { background-color: rgb(161,108,57); }

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

border-color css

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

 span { border-color: rgb(161,108,57); }

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