#A85F2C

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

Shades of Mai Tai #A85F2C

Tints of Mai Tai #A85F2C

Color information

#A85F2C (or 0xA85F2C) is unknown color: approx Mai Tai. HEX triplet: A8, 5F and 2C. RGB value is (168,95,44). Sum of RGB (Red+Green+Blue) = 168+95+44=307 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.72% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 168 - color contains mainly: red. Hex color #A85F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85F2C is #57A0D3. Grayscale: #6F6F6F. Windows color (decimal): -5742804 or 2908072. OLE color: 2908072.

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

Color convert

RGB1689544-
CMYK00.430.740.34
HSL24.68º58.49%41.57%-
HSV(B)24.68º73.81%65.88%-
XYZ20.716.694.51-
YUV111.0190.18168.65-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.72%
GREEN value IS 95 (37.5% from 255) = 30.94%
BLUE value IS 44 (17.58% from 255) = 14.33%
R=54.72%
G=30.94%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.74
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168954400.430.740.3424.6858.4941.57
HexA85F2C02B4A22193a2a
Octal2501375405311242317252
Binary1010100010111111011000101011100101010001011001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85F2C; }

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

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

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

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

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

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

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

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