Html Css Color HEX #A46A33 Mai Tai

📋 copy color: '#A46A33'

red 164 ◦ green 106 ◦ blue 51

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

Shades of Mai Tai #A46A33

Tints of Mai Tai #A46A33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.89%

R = 51.09%
G = 33.02%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A46A33 (or 0xA46A33) is known color: Mai Tai. HEX triplet: A4, 6A and 33. RGB value is (164,106,51). Sum of RGB (Red+Green+Blue) = 164+106+51=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46A33 is #5B95CC. Grayscale: #757575. Windows color (decimal): -6002125 or 3369636. OLE color: 3369636.

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

Color convert

RGB 164 106 51 -
CMYK 0 0.35 0.69 0.36
HSL 29.2º 0.53% 0.42% -
HSV(B) 29.2º 0.69% 0.64% -
XYZ 21.06 18.44 5.58 -
YUV 117.07 90.72 161.47 -
System Red Green Blue C M Y K H S L
Decimal 164 106 51 0 0.35 0.69 0.36 29.2 0.53 0.42
Hex A4 6A 33 0 23 45 24 1D 35 2A
Octal 244 152 63 0 43 105 44 35 65 52
Binary 10100100 1101010 110011 0 100011 1000101 100100 11101 110101 101010

Color Harmonies of #A46A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46A33

Black with #A46A33

Text Example


Text Example

White with #A46A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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