#A46B3A

Color #A46B3A Mai Tai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mai Tai #A46B3A

Tints of Mai Tai #A46B3A

Color information

#A46B3A (or 0xA46B3A) is unknown color: approx Mai Tai. HEX triplet: A4, 6B and 3A. RGB value is (164,107,58). Sum of RGB (Red+Green+Blue) = 164+107+58=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46B3A is #5B94C5. Grayscale: #767676. Windows color (decimal): -6001862 or 3828644. OLE color: 3828644.

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

Color convert

RGB16410758-
CMYK00.350.650.36
HSL27.74º47.75%43.53%-
HSV(B)27.74º64.63%64.31%-
XYZ21.3318.716.49-
YUV118.4693.88160.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.85%
GREEN value IS 107 (42.19% from 255) = 32.52%
BLUE value IS 58 (23.05% from 255) = 17.63%
R=49.85%
G=32.52%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641075800.350.650.3627.7447.7543.53
HexA46B3A02341241c302c
Octal2441537204310144346054
Binary1010010011010111110100100011100000110010011100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46B3A; }

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

 H1.HeaderClassName
 {
   color: #A46B3A;
 }
 .AnyTagClassName
 {
   color: #A46B3A;
 }
</style>
background-color css

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

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

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

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

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

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