#a3612f

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

Shades of Mai Tai #A3612F

Tints of Mai Tai #A3612F

Color information

#A3612F (or 0xA3612F) is unknown color: approx Mai Tai. HEX triplet: A3, 61 and 2F. RGB value is (163,97,47). Sum of RGB (Red+Green+Blue) = 163+97+47=307 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.09% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 163 - color contains mainly: red. Hex color #A3612F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3612F is #5C9ED0. Grayscale: #6F6F6F. Windows color (decimal): -6069969 or 3105187. OLE color: 3105187.

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

Color convert

RGB1639747-
CMYK00.400.710.36
HSL25.86º55.24%41.18%-
HSV(B)25.86º71.17%63.92%-
XYZ19.8916.544.83-
YUV111.0391.87165.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.09%
GREEN value IS 97 (38.28% from 255) = 31.60%
BLUE value IS 47 (18.75% from 255) = 15.31%
R=53.09%
G=31.60%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163974700.400.710.3625.8655.2441.18
HexA3612F02847241a3729
Octal2431415705010744326751
Binary1010001111000011011110101000100011110010011010110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3612f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3612f; }

 p { color: rgb(163,97,47); }

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

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

 a { background-color: rgb(163,97,47); }

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

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

 span { border-color: rgb(163,97,47); }

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