#A87459

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

Shades of Toast #A87459

Tints of Toast #A87459

Color information

#A87459 (or 0xA87459) is unknown color: approx Toast. HEX triplet: A8, 74 and 59. RGB value is (168,116,89). Sum of RGB (Red+Green+Blue) = 168+116+89=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 89 (35.16% from 255 or 23.86% from 373); Max value from RGB is 168 - color contains mainly: red. Hex color #A87459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87459 is #578BA6. Grayscale: #808080. Windows color (decimal): -5737383 or 5862568. OLE color: 5862568.

HSL color Cylindrical-coordinate representation of color #A87459: hue angle of 20.51º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A87459 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB16811689-
CMYK00.310.470.34
HSL20.51º31.23%50.39%-
HSV(B)20.51º47.02%65.88%-
XYZ24.221.5412.33-
YUV128.47105.73156.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.04%
GREEN value IS 116 (45.70% from 255) = 31.10%
BLUE value IS 89 (35.16% from 255) = 23.86%
R=45.04%
G=31.10%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681168900.310.470.3420.5131.2350.39
HexA8745901F2F22151f32
Octal2501641310375742253762
Binary10101000111010010110010111111011111000101010111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87459; }

 p { color: rgb(168,116,89); }

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

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

 a { background-color: rgb(168,116,89); }

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

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

 span { border-color: rgb(168,116,89); }

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