Html Css Color HEX #A46B36 Mai Tai

📋 copy color: '#A46B36'

red 164 ◦ green 107 ◦ blue 54

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

Shades of Mai Tai #A46B36

Tints of Mai Tai #A46B36

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.92%

 BLUE value IS 54 (21.48% from 255) = 16.62%

R = 50.46%
G = 32.92%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A46B36 (or 0xA46B36) is known color: Mai Tai. HEX triplet: A4, 6B and 36. RGB value is (164,107,54). Sum of RGB (Red+Green+Blue) = 164+107+54=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 107 (42.19% from 255 or 32.92% from 325); Blue value is 54 (21.48% from 255 or 16.62% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46B36 is #5B94C9. Grayscale: #767676. Windows color (decimal): -6001866 or 3566500. OLE color: 3566500.

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

Color convert

RGB 164 107 54 -
CMYK 0 0.35 0.67 0.36
HSL 28.91º 0.5% 0.43% -
HSV(B) 28.91º 0.67% 0.64% -
XYZ 21.23 18.67 5.98 -
YUV 118 91.88 160.81 -
System Red Green Blue C M Y K H S L
Decimal 164 107 54 0 0.35 0.67 0.36 28.91 0.5 0.43
Hex A4 6B 36 0 23 43 24 1D 32 2B
Octal 244 153 66 0 43 103 44 35 62 53
Binary 10100100 1101011 110110 0 100011 1000011 100100 11101 110010 101011

Color Harmonies of #A46B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46B36

Black with #A46B36

Text Example


Text Example

White with #A46B36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46B36; }

 p { color: rgb(164,107,54); }

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

background-color css

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

 a { background-color: rgb(164,107,54); }

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

border-color css

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

 span { border-color: rgb(164,107,54); }

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