#A9672A

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

Shades of Mai Tai #A9672A

Tints of Mai Tai #A9672A

Color information

#A9672A (or 0xA9672A) is unknown color: approx Mai Tai. HEX triplet: A9, 67 and 2A. RGB value is (169,103,42). Sum of RGB (Red+Green+Blue) = 169+103+42=314 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.82% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 169 - color contains mainly: red. Hex color #A9672A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9672A is #5698D5. Grayscale: #747474. Windows color (decimal): -5675222 or 2779049. OLE color: 2779049.

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

Color convert

RGB16910342-
CMYK00.390.750.34
HSL28.82º60.19%41.37%-
HSV(B)28.82º75.15%66.27%-
XYZ21.6318.34.58-
YUV115.7886.37165.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.82%
GREEN value IS 103 (40.62% from 255) = 32.80%
BLUE value IS 42 (16.80% from 255) = 13.38%
R=53.82%
G=32.80%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691034200.390.750.3428.8260.1941.37
HexA9672A0274B221d3c29
Octal2511475204711342357451
Binary1010100111001111010100100111100101110001011101111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9672A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9672A; }

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

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

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

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

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

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

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

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