#A35F33

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

Shades of Mai Tai #A35F33

Tints of Mai Tai #A35F33

Color information

#A35F33 (or 0xA35F33) is unknown color: approx Mai Tai. HEX triplet: A3, 5F and 33. RGB value is (163,95,51). Sum of RGB (Red+Green+Blue) = 163+95+51=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35F33 is #5CA0CC. Grayscale: #6E6E6E. Windows color (decimal): -6070477 or 3366819. OLE color: 3366819.

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

Color convert

RGB1639551-
CMYK00.420.690.36
HSL23.57º52.34%41.96%-
HSV(B)23.57º68.71%63.92%-
XYZ19.7916.215.22-
YUV110.3294.53165.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.75%
GREEN value IS 95 (37.5% from 255) = 30.74%
BLUE value IS 51 (20.31% from 255) = 16.50%
R=52.75%
G=30.74%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163955100.420.690.3623.5752.3441.96
HexA35F3302A452418342a
Octal2431376305210544306452
Binary1010001110111111100110101010100010110010011000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35F33; }

 p { color: rgb(163,95,51); }

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

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

 a { background-color: rgb(163,95,51); }

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

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

 span { border-color: rgb(163,95,51); }

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