#A96C35

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

Shades of Mai Tai #A96C35

Tints of Mai Tai #A96C35

Color information

#A96C35 (or 0xA96C35) is unknown color: approx Mai Tai. HEX triplet: A9, 6C and 35. RGB value is (169,108,53). Sum of RGB (Red+Green+Blue) = 169+108+53=330 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.21% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 53 (21.09% from 255 or 16.06% from 330); Max value from RGB is 169 - color contains mainly: red. Hex color #A96C35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96C35 is #5693CA. Grayscale: #787878. Windows color (decimal): -5673931 or 3501225. OLE color: 3501225.

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

Color convert

RGB16910853-
CMYK00.360.690.34
HSL28.45º52.25%43.53%-
HSV(B)28.45º68.64%66.27%-
XYZ22.3719.425.94-
YUV119.9790.21162.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.21%
GREEN value IS 108 (42.58% from 255) = 32.73%
BLUE value IS 53 (21.09% from 255) = 16.06%
R=51.21%
G=32.73%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691085300.360.690.3428.4552.2543.53
HexA96C3502445221c342c
Octal2511546504410542346454
Binary1010100111011001101010100100100010110001011100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96C35; }

 p { color: rgb(169,108,53); }

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

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

 a { background-color: rgb(169,108,53); }

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

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

 span { border-color: rgb(169,108,53); }

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