#A46828

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

Shades of Mai Tai #A46828

Tints of Mai Tai #A46828

Color information

#A46828 (or 0xA46828) is unknown color: approx Mai Tai. HEX triplet: A4, 68 and 28. RGB value is (164,104,40). Sum of RGB (Red+Green+Blue) = 164+104+40=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A46828 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46828 is #5B97D7. Grayscale: #727272. Windows color (decimal): -6002648 or 2648228. OLE color: 2648228.

HSL color Cylindrical-coordinate representation of color #A46828: hue angle of 30.97º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A46828 is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB16410440-
CMYK00.370.760.36
HSL30.97º60.78%40%-
HSV(B)30.97º75.61%64.31%-
XYZ20.6417.954.38-
YUV114.6485.88163.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.25%
GREEN value IS 104 (41.02% from 255) = 33.77%
BLUE value IS 40 (16.02% from 255) = 12.99%
R=53.25%
G=33.77%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641044000.370.760.3630.9760.7840
HexA468280254C241f3d28
Octal2441505004511444377550
Binary1010010011010001010000100101100110010010011111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46828; }

 p { color: rgb(164,104,40); }

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

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

 a { background-color: rgb(164,104,40); }

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

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

 span { border-color: rgb(164,104,40); }

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