Html Css Color HEX #A46336 Mai Tai

📋 copy color: '#A46336'

red 164 ◦ green 99 ◦ blue 54

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

Shades of Mai Tai #A46336

Tints of Mai Tai #A46336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.03%

R = 51.74%
G = 31.23%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A46336 (or 0xA46336) is known color: Mai Tai. HEX triplet: A4, 63 and 36. RGB value is (164,99,54). Sum of RGB (Red+Green+Blue) = 164+99+54=317 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.74% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 54 (21.48% from 255 or 17.03% from 317); Max value from RGB is 164 - color contains mainly: red. Hex color #A46336 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46336 is #5B9CC9. Grayscale: #717171. Windows color (decimal): -6003914 or 3564452. OLE color: 3564452.

HSL color Cylindrical-coordinate representation of color #A46336: hue angle of 24.55º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A46336 is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 99 54 -
CMYK 0 0.40 0.67 0.36
HSL 24.55º 0.5% 0.43% -
HSV(B) 24.55º 0.67% 0.64% -
XYZ 20.44 17.08 5.71 -
YUV 113.31 94.53 164.16 -
System Red Green Blue C M Y K H S L
Decimal 164 99 54 0 0.40 0.67 0.36 24.55 0.5 0.43
Hex A4 63 36 0 28 43 24 19 32 2B
Octal 244 143 66 0 50 103 44 31 62 53
Binary 10100100 1100011 110110 0 101000 1000011 100100 11001 110010 101011

Color Harmonies of #A46336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46336

Black with #A46336

Text Example


Text Example

White with #A46336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46336; }

 p { color: rgb(164,99,54); }

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

background-color css

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

 a { background-color: rgb(164,99,54); }

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

border-color css

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

 span { border-color: rgb(164,99,54); }

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