#A05E2C

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

Shades of Mai Tai #A05E2C

Tints of Mai Tai #A05E2C

Color information

#A05E2C (or 0xA05E2C) is unknown color: approx Mai Tai. HEX triplet: A0, 5E and 2C. RGB value is (160,94,44). Sum of RGB (Red+Green+Blue) = 160+94+44=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A05E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05E2C is #5FA1D3. Grayscale: #6C6C6C. Windows color (decimal): -6267348 or 2907808. OLE color: 2907808.

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

Color convert

RGB1609444-
CMYK00.410.720.37
HSL25.86º56.86%40%-
HSV(B)25.86º72.5%62.75%-
XYZ18.9515.664.41-
YUV108.0391.87165.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.69%
GREEN value IS 94 (37.11% from 255) = 31.54%
BLUE value IS 44 (17.58% from 255) = 14.77%
R=53.69%
G=31.54%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.72
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160944400.410.720.3725.8656.8640
HexA05E2C02948251a3928
Octal2401365405111045327150
Binary1010000010111101011000101001100100010010111010111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05E2C; }

 p { color: rgb(160,94,44); }

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

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

 a { background-color: rgb(160,94,44); }

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

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

 span { border-color: rgb(160,94,44); }

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