#A85F32

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

Shades of Mai Tai #A85F32

Tints of Mai Tai #A85F32

Color information

#A85F32 (or 0xA85F32) is unknown color: approx Mai Tai. HEX triplet: A8, 5F and 32. RGB value is (168,95,50). Sum of RGB (Red+Green+Blue) = 168+95+50=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A85F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85F32 is #57A0CD. Grayscale: #6F6F6F. Windows color (decimal): -5742798 or 3301288. OLE color: 3301288.

HSL color Cylindrical-coordinate representation of color #A85F32: hue angle of 22.88º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A85F32 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB1689550-
CMYK00.430.700.34
HSL22.88º54.13%42.75%-
HSV(B)22.88º70.24%65.88%-
XYZ20.8216.745.15-
YUV111.793.18168.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.67%
GREEN value IS 95 (37.5% from 255) = 30.35%
BLUE value IS 50 (19.92% from 255) = 15.97%
R=53.67%
G=30.35%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168955000.430.700.3422.8854.1342.75
HexA85F3202B462217362b
Octal2501376205310642276653
Binary1010100010111111100100101011100011010001010111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85F32; }

 p { color: rgb(168,95,50); }

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

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

 a { background-color: rgb(168,95,50); }

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

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

 span { border-color: rgb(168,95,50); }

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