#A9602A

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

Shades of Mai Tai #A9602A

Tints of Mai Tai #A9602A

Color information

#A9602A (or 0xA9602A) is unknown color: approx Mai Tai. HEX triplet: A9, 60 and 2A. RGB value is (169,96,42). Sum of RGB (Red+Green+Blue) = 169+96+42=307 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.05% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 169 - color contains mainly: red. Hex color #A9602A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9602A is #569FD5. Grayscale: #6F6F6F. Windows color (decimal): -5677014 or 2777257. OLE color: 2777257.

HSL color Cylindrical-coordinate representation of color #A9602A: hue angle of 25.51º 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 #A9602A is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB1699642-
CMYK00.430.750.34
HSL25.51º60.19%41.37%-
HSV(B)25.51º75.15%66.27%-
XYZ20.9616.974.36-
YUV111.6788.68168.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 55.05%
GREEN value IS 96 (37.89% from 255) = 31.27%
BLUE value IS 42 (16.80% from 255) = 13.68%
R=55.05%
G=31.27%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169964200.430.750.3425.5160.1941.37
HexA9602A02B4B221a3c29
Octal2511405205311342327451
Binary1010100111000001010100101011100101110001011010111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9602A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9602A; }

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

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

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

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

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

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

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

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