#A5672D

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

Shades of Mai Tai #A5672D

Tints of Mai Tai #A5672D

Color information

#A5672D (or 0xA5672D) is unknown color: approx Mai Tai. HEX triplet: A5, 67 and 2D. RGB value is (165,103,45). Sum of RGB (Red+Green+Blue) = 165+103+45=313 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.72% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 165 - color contains mainly: red. Hex color #A5672D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5672D is #5A98D2. Grayscale: #737373. Windows color (decimal): -5937363 or 2975653. OLE color: 2975653.

HSL color Cylindrical-coordinate representation of color #A5672D: hue angle of 29º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A5672D is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB16510345-
CMYK00.380.730.35
HSL29º57.14%41.18%-
HSV(B)29º72.73%64.71%-
XYZ20.8417.894.84-
YUV114.9388.54163.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.72%
GREEN value IS 103 (40.62% from 255) = 32.91%
BLUE value IS 45 (17.97% from 255) = 14.38%
R=52.72%
G=32.91%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651034500.380.730.352957.1441.18
HexA5672D02649231d3929
Octal2451475504611143357151
Binary1010010111001111011010100110100100110001111101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5672D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5672D; }

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

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

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

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

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

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

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

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