Html Css Color HEX #A46331 Mai Tai

📋 copy color: '#A46331'

red 164 ◦ green 99 ◦ blue 49

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

Shades of Mai Tai #A46331

Tints of Mai Tai #A46331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.71%

R = 52.56%
G = 31.73%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A46331 (or 0xA46331) is known color: Mai Tai. HEX triplet: A4, 63 and 31. RGB value is (164,99,49). Sum of RGB (Red+Green+Blue) = 164+99+49=312 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.56% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 164 - color contains mainly: red. Hex color #A46331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46331 is #5B9CCE. Grayscale: #707070. Windows color (decimal): -6003919 or 3236772. OLE color: 3236772.

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

Color convert

RGB 164 99 49 -
CMYK 0 0.40 0.70 0.36
HSL 26.09º 0.54% 0.42% -
HSV(B) 26.09º 0.7% 0.64% -
XYZ 20.33 17.04 5.12 -
YUV 112.74 92.03 164.57 -
System Red Green Blue C M Y K H S L
Decimal 164 99 49 0 0.40 0.70 0.36 26.09 0.54 0.42
Hex A4 63 31 0 28 46 24 1A 36 2A
Octal 244 143 61 0 50 106 44 32 66 52
Binary 10100100 1100011 110001 0 101000 1000110 100100 11010 110110 101010

Color Harmonies of #A46331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46331

Black with #A46331

Text Example


Text Example

White with #A46331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46331; }

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

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

background-color css

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

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

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

border-color css

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

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

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