Html Css Color HEX #A46A34 Mai Tai

📋 copy color: '#A46A34'

red 164 ◦ green 106 ◦ blue 52

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

Shades of Mai Tai #A46A34

Tints of Mai Tai #A46A34

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.92%

 BLUE value IS 52 (20.7% from 255) = 16.15%

R = 50.93%
G = 32.92%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A46A34 (or 0xA46A34) is known color: Mai Tai. HEX triplet: A4, 6A and 34. RGB value is (164,106,52). Sum of RGB (Red+Green+Blue) = 164+106+52=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46A34 is #5B95CB. Grayscale: #757575. Windows color (decimal): -6002124 or 3435172. OLE color: 3435172.

HSL color Cylindrical-coordinate representation of color #A46A34: hue angle of 28.93º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A46A34 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 106 52 -
CMYK 0 0.35 0.68 0.36
HSL 28.93º 0.52% 0.42% -
HSV(B) 28.93º 0.68% 0.64% -
XYZ 21.08 18.45 5.7 -
YUV 117.19 91.22 161.39 -
System Red Green Blue C M Y K H S L
Decimal 164 106 52 0 0.35 0.68 0.36 28.93 0.52 0.42
Hex A4 6A 34 0 23 44 24 1D 34 2A
Octal 244 152 64 0 43 104 44 35 64 52
Binary 10100100 1101010 110100 0 100011 1000100 100100 11101 110100 101010

Color Harmonies of #A46A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46A34

Black with #A46A34

Text Example


Text Example

White with #A46A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46A34; }

 p { color: rgb(164,106,52); }

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

background-color css

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

 a { background-color: rgb(164,106,52); }

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

border-color css

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

 span { border-color: rgb(164,106,52); }

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