Html Css Color HEX #A46C32 Mai Tai

📋 copy color: '#A46C32'

red 164 ◦ green 108 ◦ blue 50

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

Shades of Mai Tai #A46C32

Tints of Mai Tai #A46C32

RGB

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

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

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

R = 50.93%
G = 33.54%
B = 15.53%

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

#A46C32 (or 0xA46C32) is known color: Mai Tai. HEX triplet: A4, 6C and 32. RGB value is (164,108,50). Sum of RGB (Red+Green+Blue) = 164+108+50=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46C32 is #5B93CD. Grayscale: #767676. Windows color (decimal): -6001614 or 3304612. OLE color: 3304612.

HSL color Cylindrical-coordinate representation of color #A46C32: hue angle of 30.53º 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 #A46C32 is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 108 50 -
CMYK 0 0.34 0.70 0.36
HSL 30.53º 0.53% 0.42% -
HSV(B) 30.53º 0.7% 0.64% -
XYZ 21.25 18.85 5.54 -
YUV 118.13 89.55 160.72 -
System Red Green Blue C M Y K H S L
Decimal 164 108 50 0 0.34 0.70 0.36 30.53 0.53 0.42
Hex A4 6C 32 0 22 46 24 1F 35 2A
Octal 244 154 62 0 42 106 44 37 65 52
Binary 10100100 1101100 110010 0 100010 1000110 100100 11111 110101 101010

Color Harmonies of #A46C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46C32

Black with #A46C32

Text Example


Text Example

White with #A46C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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