Html Css Color HEX #A46D32 Mai Tai

📋 copy color: '#A46D32'

red 164 ◦ green 109 ◦ blue 50

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

Shades of Mai Tai #A46D32

Tints of Mai Tai #A46D32

RGB

 RED value IS 164 (64.45% from 255) = 50.77%

 GREEN value IS 109 (42.97% from 255) = 33.75%

 BLUE value IS 50 (19.92% from 255) = 15.48%

R = 50.77%
G = 33.75%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A46D32 (or 0xA46D32) is known color: Mai Tai. HEX triplet: A4, 6D and 32. RGB value is (164,109,50). Sum of RGB (Red+Green+Blue) = 164+109+50=323 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.77% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46D32 is #5B92CD. Grayscale: #777777. Windows color (decimal): -6001358 or 3304868. OLE color: 3304868.

HSL color Cylindrical-coordinate representation of color #A46D32: hue angle of 31.05º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A46D32 is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 109 50 -
CMYK 0 0.34 0.70 0.36
HSL 31.05º 0.53% 0.42% -
HSV(B) 31.05º 0.7% 0.64% -
XYZ 21.35 19.06 5.57 -
YUV 118.72 89.22 160.3 -
System Red Green Blue C M Y K H S L
Decimal 164 109 50 0 0.34 0.70 0.36 31.05 0.53 0.42
Hex A4 6D 32 0 22 46 24 1F 35 2A
Octal 244 155 62 0 42 106 44 37 65 52
Binary 10100100 1101101 110010 0 100010 1000110 100100 11111 110101 101010

Color Harmonies of #A46D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46D32

Black with #A46D32

Text Example


Text Example

White with #A46D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46D32; }

 p { color: rgb(164,109,50); }

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

background-color css

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

 a { background-color: rgb(164,109,50); }

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

border-color css

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

 span { border-color: rgb(164,109,50); }

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