#a96322

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

Shades of Mai Tai #A96322

Tints of Mai Tai #A96322

Color information

#A96322 (or 0xA96322) is unknown color: approx Mai Tai. HEX triplet: A9, 63 and 22. RGB value is (169,99,34). Sum of RGB (Red+Green+Blue) = 169+99+34=302 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.96% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 34 (13.67% from 255 or 11.26% from 302); Max value from RGB is 169 - color contains mainly: red. Hex color #A96322 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96322 is #569CDD. Grayscale: #707070. Windows color (decimal): -5676254 or 2253737. OLE color: 2253737.

HSL color Cylindrical-coordinate representation of color #A96322: hue angle of 28.89º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A96322 is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB1699934-
CMYK00.410.800.34
HSL28.89º66.5%39.8%-
HSV(B)28.89º79.88%66.27%-
XYZ21.1117.473.77-
YUV112.5283.69168.29-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 55.96%
GREEN value IS 99 (39.06% from 255) = 32.78%
BLUE value IS 34 (13.67% from 255) = 11.26%
R=55.96%
G=32.78%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.80
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169993400.410.800.3428.8966.539.8
HexA9632202950221d4328
Octal25114342051120423510350
Binary10101001110001110001001010011010000100010111011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a96322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a96322; }

 p { color: rgb(169,99,34); }

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

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

 a { background-color: rgb(169,99,34); }

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

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

 span { border-color: rgb(169,99,34); }

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