#A75F25

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

Shades of Mai Tai #A75F25

Tints of Mai Tai #A75F25

Color information

#A75F25 (or 0xA75F25) is unknown color: approx Mai Tai. HEX triplet: A7, 5F and 25. RGB value is (167,95,37). Sum of RGB (Red+Green+Blue) = 167+95+37=299 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.85% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 37 (14.84% from 255 or 12.37% from 299); Max value from RGB is 167 - color contains mainly: red. Hex color #A75F25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75F25 is #58A0DA. Grayscale: #6E6E6E. Windows color (decimal): -5808347 or 2449319. OLE color: 2449319.

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

Color convert

RGB1679537-
CMYK00.430.780.35
HSL26.77º63.73%40%-
HSV(B)26.77º77.84%65.49%-
XYZ20.3616.533.87-
YUV109.9286.85168.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 55.85%
GREEN value IS 95 (37.5% from 255) = 31.77%
BLUE value IS 37 (14.84% from 255) = 12.37%
R=55.85%
G=31.77%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167953700.430.780.3526.7763.7340
HexA75F2502B4E231b4028
Octal24713745053116433310050
Binary10100111101111110010101010111001110100011110111000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75F25; }

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

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

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

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

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

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

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

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