Html Css Color HEX #A46231 Mai Tai

📋 copy color: '#A46231'

red 164 ◦ green 98 ◦ blue 49

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

Shades of Mai Tai #A46231

Tints of Mai Tai #A46231

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.51%

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

R = 52.73%
G = 31.51%
B = 15.76%

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

#A46231 (or 0xA46231) is known color: Mai Tai. HEX triplet: A4, 62 and 31. RGB value is (164,98,49). Sum of RGB (Red+Green+Blue) = 164+98+49=311 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.73% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 164 - color contains mainly: red. Hex color #A46231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46231 is #5B9DCE. Grayscale: #707070. Windows color (decimal): -6004175 or 3236516. OLE color: 3236516.

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

Color convert

RGB 164 98 49 -
CMYK 0 0.40 0.70 0.36
HSL 25.57º 0.54% 0.42% -
HSV(B) 25.57º 0.7% 0.64% -
XYZ 20.23 16.85 5.09 -
YUV 112.15 92.37 164.98 -
System Red Green Blue C M Y K H S L
Decimal 164 98 49 0 0.40 0.70 0.36 25.57 0.54 0.42
Hex A4 62 31 0 28 46 24 1A 36 2A
Octal 244 142 61 0 50 106 44 32 66 52
Binary 10100100 1100010 110001 0 101000 1000110 100100 11010 110110 101010

Color Harmonies of #A46231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46231

Black with #A46231

Text Example


Text Example

White with #A46231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46231; }

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

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

background-color css

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

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

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

border-color css

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

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

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