#a9631e

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

Shades of Mai Tai #A9631E

Tints of Mai Tai #A9631E

Color information

#A9631E (or 0xA9631E) is unknown color: approx Mai Tai. HEX triplet: A9, 63 and 1E. RGB value is (169,99,30). Sum of RGB (Red+Green+Blue) = 169+99+30=298 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.71% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 169 - color contains mainly: red. Hex color #A9631E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9631E is #569CE1. Grayscale: #707070. Windows color (decimal): -5676258 or 1991593. OLE color: 1991593.

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

Color convert

RGB1699930-
CMYK00.410.820.34
HSL29.78º69.85%39.02%-
HSV(B)29.78º82.25%66.27%-
XYZ21.0617.453.49-
YUV112.0681.69168.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 56.71%
GREEN value IS 99 (39.06% from 255) = 33.22%
BLUE value IS 30 (12.11% from 255) = 10.07%
R=56.71%
G=33.22%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169993000.410.820.3429.7869.8539.02
HexA9631E02952221e4627
Octal25114336051122423610647
Binary1010100111000111111001010011010010100010111101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9631e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9631e; }

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

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

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

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

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

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

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

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