#A75F2A

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

Shades of Mai Tai #A75F2A

Tints of Mai Tai #A75F2A

Color information

#A75F2A (or 0xA75F2A) is unknown color: approx Mai Tai. HEX triplet: A7, 5F and 2A. RGB value is (167,95,42). Sum of RGB (Red+Green+Blue) = 167+95+42=304 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.93% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 42 (16.80% from 255 or 13.82% from 304); Max value from RGB is 167 - color contains mainly: red. Hex color #A75F2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75F2A is #58A0D5. Grayscale: #6E6E6E. Windows color (decimal): -5808342 or 2776999. OLE color: 2776999.

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

Color convert

RGB1679542-
CMYK00.430.750.35
HSL25.44º59.81%40.98%-
HSV(B)25.44º74.85%65.49%-
XYZ20.4516.574.31-
YUV110.4989.35168.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.93%
GREEN value IS 95 (37.5% from 255) = 31.25%
BLUE value IS 42 (16.80% from 255) = 13.82%
R=54.93%
G=31.25%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167954200.430.750.3525.4459.8140.98
HexA75F2A02B4B23193c29
Octal2471375205311343317451
Binary1010011110111111010100101011100101110001111001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75F2A; }

 p { color: rgb(167,95,42); }

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

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

 a { background-color: rgb(167,95,42); }

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

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

 span { border-color: rgb(167,95,42); }

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