#A87560

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

Shades of Toast #A87560

Tints of Toast #A87560

Color information

#A87560 (or 0xA87560) is unknown color: approx Toast. HEX triplet: A8, 75 and 60. RGB value is (168,117,96). Sum of RGB (Red+Green+Blue) = 168+117+96=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A87560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87560 is #578A9F. Grayscale: #818181. Windows color (decimal): -5737120 or 6321576. OLE color: 6321576.

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

Color convert

RGB16811796-
CMYK00.300.430.34
HSL17.5º29.27%51.76%-
HSV(B)17.5º42.86%65.88%-
XYZ24.6221.8913.99-
YUV129.85108.9155.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.09%
GREEN value IS 117 (46.09% from 255) = 30.71%
BLUE value IS 96 (37.89% from 255) = 25.20%
R=44.09%
G=30.71%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681179600.300.430.3417.529.2751.76
HexA8756001E2B22121d34
Octal2501651400365342223564
Binary10101000111010111000000111101010111000101001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87560; }

 p { color: rgb(168,117,96); }

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

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

 a { background-color: rgb(168,117,96); }

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

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

 span { border-color: rgb(168,117,96); }

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