Html Css Color HEX #A46F37 Mai Tai

📋 copy color: '#A46F37'

red 164 ◦ green 111 ◦ blue 55

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

Shades of Mai Tai #A46F37

Tints of Mai Tai #A46F37

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.64%

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

R = 49.7%
G = 33.64%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A46F37 (or 0xA46F37) is known color: Mai Tai. HEX triplet: A4, 6F and 37. RGB value is (164,111,55). Sum of RGB (Red+Green+Blue) = 164+111+55=330 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.70% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 55 (21.88% from 255 or 16.67% from 330); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46F37 is #5B90C8. Grayscale: #787878. Windows color (decimal): -6000841 or 3633060. OLE color: 3633060.

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

Color convert

RGB 164 111 55 -
CMYK 0 0.32 0.66 0.36
HSL 30.83º 0.5% 0.43% -
HSV(B) 30.83º 0.66% 0.64% -
XYZ 21.68 19.54 6.24 -
YUV 120.46 91.06 159.05 -
System Red Green Blue C M Y K H S L
Decimal 164 111 55 0 0.32 0.66 0.36 30.83 0.5 0.43
Hex A4 6F 37 0 20 42 24 1F 32 2B
Octal 244 157 67 0 40 102 44 37 62 53
Binary 10100100 1101111 110111 0 100000 1000010 100100 11111 110010 101011

Color Harmonies of #A46F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46F37

Black with #A46F37

Text Example


Text Example

White with #A46F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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