#A36229

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

Shades of Mai Tai #A36229

Tints of Mai Tai #A36229

Color information

#A36229 (or 0xA36229) is unknown color: approx Mai Tai. HEX triplet: A3, 62 and 29. RGB value is (163,98,41). Sum of RGB (Red+Green+Blue) = 163+98+41=302 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.97% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 163 - color contains mainly: red. Hex color #A36229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36229 is #5C9DD6. Grayscale: #6F6F6F. Windows color (decimal): -6069719 or 2712227. OLE color: 2712227.

HSL color Cylindrical-coordinate representation of color #A36229: hue angle of 28.03º degrees, saturation: 0.6, 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 #A36229 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB1639841-
CMYK00.400.750.36
HSL28.03º59.8%40%-
HSV(B)28.03º74.85%63.92%-
XYZ19.8716.684.27-
YUV110.9488.53165.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.97%
GREEN value IS 98 (38.67% from 255) = 32.45%
BLUE value IS 41 (16.41% from 255) = 13.58%
R=53.97%
G=32.45%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163984100.400.750.3628.0359.840
HexA362290284B241c3c28
Octal2431425105011344347450
Binary1010001111000101010010101000100101110010011100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36229; }

 p { color: rgb(163,98,41); }

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

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

 a { background-color: rgb(163,98,41); }

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

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

 span { border-color: rgb(163,98,41); }

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