#A96C2D

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

Shades of Mai Tai #A96C2D

Tints of Mai Tai #A96C2D

Color information

#A96C2D (or 0xA96C2D) is unknown color: approx Mai Tai. HEX triplet: A9, 6C and 2D. RGB value is (169,108,45). Sum of RGB (Red+Green+Blue) = 169+108+45=322 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.48% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 169 - color contains mainly: red. Hex color #A96C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96C2D is #5693D2. Grayscale: #777777. Windows color (decimal): -5673939 or 2976937. OLE color: 2976937.

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

Color convert

RGB16910845-
CMYK00.360.730.34
HSL30.48º57.94%41.96%-
HSV(B)30.48º73.37%66.27%-
XYZ22.219.355.05-
YUV119.0686.21163.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.48%
GREEN value IS 108 (42.58% from 255) = 33.54%
BLUE value IS 45 (17.97% from 255) = 13.98%
R=52.48%
G=33.54%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691084500.360.730.3430.4857.9441.96
HexA96C2D02449221e3a2a
Octal2511545504411142367252
Binary1010100111011001011010100100100100110001011110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96C2D; }

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

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

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

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

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

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

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

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