Html Css Color HEX #A16334 Mai Tai

📋 copy color: '#A16334'

red 161 ◦ green 99 ◦ blue 52

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

Shades of Mai Tai #A16334

Tints of Mai Tai #A16334

RGB

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

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

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

R = 51.6%
G = 31.73%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A16334 (or 0xA16334) is known color: Mai Tai. HEX triplet: A1, 63 and 34. RGB value is (161,99,52). Sum of RGB (Red+Green+Blue) = 161+99+52=312 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.60% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 161 - color contains mainly: red. Hex color #A16334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16334 is #5E9CCB. Grayscale: #707070. Windows color (decimal): -6200524 or 3433377. OLE color: 3433377.

HSL color Cylindrical-coordinate representation of color #A16334: hue angle of 25.87º 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 #A16334 is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 99 52 -
CMYK 0 0.39 0.68 0.37
HSL 25.87º 0.51% 0.42% -
HSV(B) 25.87º 0.68% 0.63% -
XYZ 19.78 16.75 5.44 -
YUV 112.18 94.04 162.82 -
System Red Green Blue C M Y K H S L
Decimal 161 99 52 0 0.39 0.68 0.37 25.87 0.51 0.42
Hex A1 63 34 0 27 44 25 1A 33 2A
Octal 241 143 64 0 47 104 45 32 63 52
Binary 10100001 1100011 110100 0 100111 1000100 100101 11010 110011 101010

Color Harmonies of #A16334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16334

Black with #A16334

Text Example


Text Example

White with #A16334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16334; }

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

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

background-color css

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

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

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

border-color css

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

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

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