Html Css Color HEX #A46232 Mai Tai

📋 copy color: '#A46232'

red 164 ◦ green 98 ◦ blue 50

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

Shades of Mai Tai #A46232

Tints of Mai Tai #A46232

RGB

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

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

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

R = 52.56%
G = 31.41%
B = 16.03%

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

#A46232 (or 0xA46232) is known color: Mai Tai. HEX triplet: A4, 62 and 32. RGB value is (164,98,50). Sum of RGB (Red+Green+Blue) = 164+98+50=312 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.56% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 164 - color contains mainly: red. Hex color #A46232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46232 is #5B9DCD. Grayscale: #707070. Windows color (decimal): -6004174 or 3302052. OLE color: 3302052.

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

Color convert

RGB 164 98 50 -
CMYK 0 0.40 0.70 0.36
HSL 25.26º 0.53% 0.42% -
HSV(B) 25.26º 0.7% 0.64% -
XYZ 20.25 16.86 5.2 -
YUV 112.26 92.87 164.9 -
System Red Green Blue C M Y K H S L
Decimal 164 98 50 0 0.40 0.70 0.36 25.26 0.53 0.42
Hex A4 62 32 0 28 46 24 19 35 2A
Octal 244 142 62 0 50 106 44 31 65 52
Binary 10100100 1100010 110010 0 101000 1000110 100100 11001 110101 101010

Color Harmonies of #A46232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46232

Black with #A46232

Text Example


Text Example

White with #A46232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46232; }

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

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

background-color css

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

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

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

border-color css

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

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

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