#A36334

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

Shades of Mai Tai #A36334

Tints of Mai Tai #A36334

Color information

#A36334 (or 0xA36334) is unknown color: approx Mai Tai. HEX triplet: A3, 63 and 34. RGB value is (163,99,52). Sum of RGB (Red+Green+Blue) = 163+99+52=314 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.91% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 163 - color contains mainly: red. Hex color #A36334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36334 is #5C9CCB. Grayscale: #717171. Windows color (decimal): -6069452 or 3433379. OLE color: 3433379.

HSL color Cylindrical-coordinate representation of color #A36334: hue angle of 25.41º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A36334 is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB1639952-
CMYK00.390.680.36
HSL25.41º51.63%42.16%-
HSV(B)25.41º68.1%63.92%-
XYZ20.1916.965.46-
YUV112.7893.7163.82-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.91%
GREEN value IS 99 (39.06% from 255) = 31.53%
BLUE value IS 52 (20.70% from 255) = 16.56%
R=51.91%
G=31.53%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163995200.390.680.3625.4151.6342.16
HexA36334027442419342a
Octal2431436404710444316452
Binary1010001111000111101000100111100010010010011001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36334; }

 p { color: rgb(163,99,52); }

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

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

 a { background-color: rgb(163,99,52); }

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

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

 span { border-color: rgb(163,99,52); }

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