#A87865

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

Shades of Toast #A87865

Tints of Toast #A87865

Color information

#A87865 (or 0xA87865) is unknown color: approx Toast. HEX triplet: A8, 78 and 65. RGB value is (168,120,101). Sum of RGB (Red+Green+Blue) = 168+120+101=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 168 - color contains mainly: red. Hex color #A87865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87865 is #57879A. Grayscale: #848484. Windows color (decimal): -5736347 or 6650024. OLE color: 6650024.

HSL color Cylindrical-coordinate representation of color #A87865: hue angle of 17.01º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A87865 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB168120101-
CMYK00.290.400.34
HSL17.01º27.8%52.75%-
HSV(B)17.01º39.88%65.88%-
XYZ25.2122.715.36-
YUV132.19110.4153.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.19%
GREEN value IS 120 (47.27% from 255) = 30.85%
BLUE value IS 101 (39.84% from 255) = 25.96%
R=43.19%
G=30.85%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812010100.290.400.3417.0127.852.75
HexA8786501D2822111c35
Octal2501701450355042213465
Binary10101000111100011001010111011010001000101000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87865; }

 p { color: rgb(168,120,101); }

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

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

 a { background-color: rgb(168,120,101); }

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

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

 span { border-color: rgb(168,120,101); }

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