#A3672D

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

Shades of Mai Tai #A3672D

Tints of Mai Tai #A3672D

Color information

#A3672D (or 0xA3672D) is unknown color: approx Mai Tai. HEX triplet: A3, 67 and 2D. RGB value is (163,103,45). Sum of RGB (Red+Green+Blue) = 163+103+45=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A3672D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3672D is #5C98D2. Grayscale: #727272. Windows color (decimal): -6068435 or 2975651. OLE color: 2975651.

HSL color Cylindrical-coordinate representation of color #A3672D: hue angle of 29.49º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A3672D is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB16310345-
CMYK00.370.720.36
HSL29.49º56.73%40.78%-
HSV(B)29.49º72.39%63.92%-
XYZ20.4317.684.82-
YUV114.3388.88162.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.41%
GREEN value IS 103 (40.62% from 255) = 33.12%
BLUE value IS 45 (17.97% from 255) = 14.47%
R=52.41%
G=33.12%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631034500.370.720.3629.4956.7340.78
HexA3672D02548241d3929
Octal2431475504511044357151
Binary1010001111001111011010100101100100010010011101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3672D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3672D; }

 p { color: rgb(163,103,45); }

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

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

 a { background-color: rgb(163,103,45); }

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

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

 span { border-color: rgb(163,103,45); }

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