#A36628

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

Shades of Mai Tai #A36628

Tints of Mai Tai #A36628

Color information

#A36628 (or 0xA36628) is unknown color: approx Mai Tai. HEX triplet: A3, 66 and 28. RGB value is (163,102,40). Sum of RGB (Red+Green+Blue) = 163+102+40=305 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.44% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 40 (16.02% from 255 or 13.11% from 305); Max value from RGB is 163 - color contains mainly: red. Hex color #A36628 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36628 is #5C99D7. Grayscale: #717171. Windows color (decimal): -6068696 or 2647715. OLE color: 2647715.

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

Color convert

RGB16310240-
CMYK00.370.750.36
HSL30.24º60.59%39.8%-
HSV(B)30.24º75.46%63.92%-
XYZ20.2417.444.31-
YUV113.1786.71163.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.44%
GREEN value IS 102 (40.23% from 255) = 33.44%
BLUE value IS 40 (16.02% from 255) = 13.11%
R=53.44%
G=33.44%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631024000.370.750.3630.2460.5939.8
HexA366280254B241e3d28
Octal2431465004511344367550
Binary1010001111001101010000100101100101110010011110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36628; }

 p { color: rgb(163,102,40); }

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

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

 a { background-color: rgb(163,102,40); }

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

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

 span { border-color: rgb(163,102,40); }

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