#A75F33

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

Shades of Mai Tai #A75F33

Tints of Mai Tai #A75F33

Color information

#A75F33 (or 0xA75F33) is unknown color: approx Mai Tai. HEX triplet: A7, 5F and 33. RGB value is (167,95,51). Sum of RGB (Red+Green+Blue) = 167+95+51=313 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.35% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 51 (20.31% from 255 or 16.29% from 313); Max value from RGB is 167 - color contains mainly: red. Hex color #A75F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75F33 is #58A0CC. Grayscale: #6F6F6F. Windows color (decimal): -5808333 or 3366823. OLE color: 3366823.

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

Color convert

RGB1679551-
CMYK00.430.690.35
HSL22.76º53.21%42.75%-
HSV(B)22.76º69.46%65.49%-
XYZ20.6316.645.26-
YUV111.5193.85167.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.35%
GREEN value IS 95 (37.5% from 255) = 30.35%
BLUE value IS 51 (20.31% from 255) = 16.29%
R=53.35%
G=30.35%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167955100.430.690.3522.7653.2142.75
HexA75F3302B452317352b
Octal2471376305310543276553
Binary1010011110111111100110101011100010110001110111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75F33; }

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

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

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

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

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

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

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

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