#A9662A

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

Shades of Mai Tai #A9662A

Tints of Mai Tai #A9662A

Color information

#A9662A (or 0xA9662A) is unknown color: approx Mai Tai. HEX triplet: A9, 66 and 2A. RGB value is (169,102,42). Sum of RGB (Red+Green+Blue) = 169+102+42=313 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.99% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 169 - color contains mainly: red. Hex color #A9662A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9662A is #5699D5. Grayscale: #737373. Windows color (decimal): -5675478 or 2778793. OLE color: 2778793.

HSL color Cylindrical-coordinate representation of color #A9662A: hue angle of 28.35º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A9662A is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB16910242-
CMYK00.400.750.34
HSL28.35º60.19%41.37%-
HSV(B)28.35º75.15%66.27%-
XYZ21.5318.14.55-
YUV115.1986.7166.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.99%
GREEN value IS 102 (40.23% from 255) = 32.59%
BLUE value IS 42 (16.80% from 255) = 13.42%
R=53.99%
G=32.59%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691024200.400.750.3428.3560.1941.37
HexA9662A0284B221c3c29
Octal2511465205011342347451
Binary1010100111001101010100101000100101110001011100111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9662A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9662A; }

 p { color: rgb(169,102,42); }

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

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

 a { background-color: rgb(169,102,42); }

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

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

 span { border-color: rgb(169,102,42); }

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