Html Css Color HEX #A46A37 Mai Tai

📋 copy color: '#A46A37'

red 164 ◦ green 106 ◦ blue 55

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

Shades of Mai Tai #A46A37

Tints of Mai Tai #A46A37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.92%

R = 50.46%
G = 32.62%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A46A37 (or 0xA46A37) is known color: Mai Tai. HEX triplet: A4, 6A and 37. RGB value is (164,106,55). Sum of RGB (Red+Green+Blue) = 164+106+55=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 55 (21.88% from 255 or 16.92% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46A37 is #5B95C8. Grayscale: #757575. Windows color (decimal): -6002121 or 3631780. OLE color: 3631780.

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

Color convert

RGB 164 106 55 -
CMYK 0 0.35 0.66 0.36
HSL 28.07º 0.5% 0.43% -
HSV(B) 28.07º 0.66% 0.64% -
XYZ 21.15 18.48 6.07 -
YUV 117.53 92.72 161.15 -
System Red Green Blue C M Y K H S L
Decimal 164 106 55 0 0.35 0.66 0.36 28.07 0.5 0.43
Hex A4 6A 37 0 23 42 24 1C 32 2B
Octal 244 152 67 0 43 102 44 34 62 53
Binary 10100100 1101010 110111 0 100011 1000010 100100 11100 110010 101011

Color Harmonies of #A46A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46A37

Black with #A46A37

Text Example


Text Example

White with #A46A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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