Html Css Color HEX #A46D33 Mai Tai

📋 copy color: '#A46D33'

red 164 ◦ green 109 ◦ blue 51

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

Shades of Mai Tai #A46D33

Tints of Mai Tai #A46D33

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.64%

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

R = 50.62%
G = 33.64%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A46D33 (or 0xA46D33) is known color: Mai Tai. HEX triplet: A4, 6D and 33. RGB value is (164,109,51). Sum of RGB (Red+Green+Blue) = 164+109+51=324 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.62% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 51 (20.31% from 255 or 15.74% from 324); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46D33 is #5B92CC. Grayscale: #777777. Windows color (decimal): -6001357 or 3370404. OLE color: 3370404.

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

Color convert

RGB 164 109 51 -
CMYK 0 0.34 0.69 0.36
HSL 30.8º 0.53% 0.42% -
HSV(B) 30.8º 0.69% 0.64% -
XYZ 21.38 19.07 5.69 -
YUV 118.83 89.72 160.22 -
System Red Green Blue C M Y K H S L
Decimal 164 109 51 0 0.34 0.69 0.36 30.8 0.53 0.42
Hex A4 6D 33 0 22 45 24 1F 35 2A
Octal 244 155 63 0 42 105 44 37 65 52
Binary 10100100 1101101 110011 0 100010 1000101 100100 11111 110101 101010

Color Harmonies of #A46D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46D33

Black with #A46D33

Text Example


Text Example

White with #A46D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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