Html Css Color HEX #A16A34 Mai Tai

📋 copy color: '#A16A34'

red 161 ◦ green 106 ◦ blue 52

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

Shades of Mai Tai #A16A34

Tints of Mai Tai #A16A34

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.23%

 BLUE value IS 52 (20.7% from 255) = 16.3%

R = 50.47%
G = 33.23%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A16A34 (or 0xA16A34) is known color: Mai Tai. HEX triplet: A1, 6A and 34. RGB value is (161,106,52). Sum of RGB (Red+Green+Blue) = 161+106+52=319 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.47% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 161 - color contains mainly: red. Hex color #A16A34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16A34 is #5E95CB. Grayscale: #747474. Windows color (decimal): -6198732 or 3435169. OLE color: 3435169.

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

Color convert

RGB 161 106 52 -
CMYK 0 0.34 0.68 0.37
HSL 29.72º 0.51% 0.42% -
HSV(B) 29.72º 0.68% 0.63% -
XYZ 20.47 18.13 5.67 -
YUV 116.29 91.72 159.89 -
System Red Green Blue C M Y K H S L
Decimal 161 106 52 0 0.34 0.68 0.37 29.72 0.51 0.42
Hex A1 6A 34 0 22 44 25 1E 33 2A
Octal 241 152 64 0 42 104 45 36 63 52
Binary 10100001 1101010 110100 0 100010 1000100 100101 11110 110011 101010

Color Harmonies of #A16A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16A34

Black with #A16A34

Text Example


Text Example

White with #A16A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16A34; }

 p { color: rgb(161,106,52); }

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

background-color css

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

 a { background-color: rgb(161,106,52); }

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

border-color css

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

 span { border-color: rgb(161,106,52); }

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