#A87364

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

Shades of Toast #A87364

Tints of Toast #A87364

Color information

#A87364 (or 0xA87364) is unknown color: approx Toast. HEX triplet: A8, 73 and 64. RGB value is (168,115,100). Sum of RGB (Red+Green+Blue) = 168+115+100=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 100 (39.45% from 255 or 26.11% from 383); Max value from RGB is 168 - color contains mainly: red. Hex color #A87364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87364 is #578C9B. Grayscale: #818181. Windows color (decimal): -5737628 or 6583208. OLE color: 6583208.

HSL color Cylindrical-coordinate representation of color #A87364: hue angle of 13.24º 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 #A87364 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB168115100-
CMYK00.320.400.34
HSL13.24º28.1%52.55%-
HSV(B)13.24º40.48%65.88%-
XYZ24.5821.5114.91-
YUV129.14111.56155.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.86%
GREEN value IS 115 (45.31% from 255) = 30.03%
BLUE value IS 100 (39.45% from 255) = 26.11%
R=43.86%
G=30.03%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811510000.320.400.3413.2428.152.55
HexA873640202822d1c35
Octal2501631440405042153465
Binary10101000111001111001000100000101000100010110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87364; }

 p { color: rgb(168,115,100); }

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

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

 a { background-color: rgb(168,115,100); }

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

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

 span { border-color: rgb(168,115,100); }

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