Html Css Color HEX #A46732 Mai Tai

📋 copy color: '#A46732'

red 164 ◦ green 103 ◦ blue 50

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

Shades of Mai Tai #A46732

Tints of Mai Tai #A46732

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.49%

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

R = 51.74%
G = 32.49%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A46732 (or 0xA46732) is known color: Mai Tai. HEX triplet: A4, 67 and 32. RGB value is (164,103,50). Sum of RGB (Red+Green+Blue) = 164+103+50=317 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.74% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 164 - color contains mainly: red. Hex color #A46732 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46732 is #5B98CD. Grayscale: #737373. Windows color (decimal): -6002894 or 3303332. OLE color: 3303332.

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

Color convert

RGB 164 103 50 -
CMYK 0 0.37 0.70 0.36
HSL 27.89º 0.53% 0.42% -
HSV(B) 27.89º 0.7% 0.64% -
XYZ 20.74 17.82 5.36 -
YUV 115.2 91.21 162.81 -
System Red Green Blue C M Y K H S L
Decimal 164 103 50 0 0.37 0.70 0.36 27.89 0.53 0.42
Hex A4 67 32 0 25 46 24 1C 35 2A
Octal 244 147 62 0 45 106 44 34 65 52
Binary 10100100 1100111 110010 0 100101 1000110 100100 11100 110101 101010

Color Harmonies of #A46732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46732

Black with #A46732

Text Example


Text Example

White with #A46732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46732; }

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

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

background-color css

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

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

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

border-color css

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

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

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