#A75E2E

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

Shades of Mai Tai #A75E2E

Tints of Mai Tai #A75E2E

Color information

#A75E2E (or 0xA75E2E) is unknown color: approx Mai Tai. HEX triplet: A7, 5E and 2E. RGB value is (167,94,46). Sum of RGB (Red+Green+Blue) = 167+94+46=307 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.40% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 46 (18.36% from 255 or 14.98% from 307); Max value from RGB is 167 - color contains mainly: red. Hex color #A75E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75E2E is #58A1D1. Grayscale: #6E6E6E. Windows color (decimal): -5808594 or 3038887. OLE color: 3038887.

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

Color convert

RGB1679446-
CMYK00.440.720.35
HSL23.8º56.81%41.76%-
HSV(B)23.8º72.46%65.49%-
XYZ20.4316.424.68-
YUV110.3591.68168.4-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.40%
GREEN value IS 94 (37.11% from 255) = 30.62%
BLUE value IS 46 (18.36% from 255) = 14.98%
R=54.40%
G=30.62%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167944600.440.720.3523.856.8141.76
HexA75E2E02C482318392a
Octal2471365605411043307152
Binary1010011110111101011100101100100100010001111000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75E2E; }

 p { color: rgb(167,94,46); }

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

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

 a { background-color: rgb(167,94,46); }

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

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

 span { border-color: rgb(167,94,46); }

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