#A9602B

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

Shades of Mai Tai #A9602B

Tints of Mai Tai #A9602B

Color information

#A9602B (or 0xA9602B) is unknown color: approx Mai Tai. HEX triplet: A9, 60 and 2B. RGB value is (169,96,43). Sum of RGB (Red+Green+Blue) = 169+96+43=308 (40% of max value = 765). Red value is 169 (66.41% from 255 or 54.87% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 169 - color contains mainly: red. Hex color #A9602B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9602B is #569FD4. Grayscale: #707070. Windows color (decimal): -5677013 or 2842793. OLE color: 2842793.

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

Color convert

RGB1699643-
CMYK00.430.750.34
HSL25.24º59.43%41.57%-
HSV(B)25.24º74.56%66.27%-
XYZ20.9816.984.46-
YUV111.7889.18168.81-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 54.87%
GREEN value IS 96 (37.89% from 255) = 31.17%
BLUE value IS 43 (17.19% from 255) = 13.96%
R=54.87%
G=31.17%
B=13.96%

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
Decimal169964300.430.750.3425.2459.4341.57
HexA9602B02B4B22193b2a
Octal2511405305311342317352
Binary1010100111000001010110101011100101110001011001111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9602B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9602B; }

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

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

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

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

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

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

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

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