#A87867

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

Shades of Toast #A87867

Tints of Toast #A87867

Color information

#A87867 (or 0xA87867) is unknown color: approx Toast. HEX triplet: A8, 78 and 67. RGB value is (168,120,103). Sum of RGB (Red+Green+Blue) = 168+120+103=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 103 (40.62% from 255 or 26.34% from 391); Max value from RGB is 168 - color contains mainly: red. Hex color #A87867 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87867 is #578798. Grayscale: #848484. Windows color (decimal): -5736345 or 6781096. OLE color: 6781096.

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

Color convert

RGB168120103-
CMYK00.290.390.34
HSL15.69º27.2%53.14%-
HSV(B)15.69º38.69%65.88%-
XYZ25.3122.7415.89-
YUV132.41111.4153.38-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.97%
GREEN value IS 120 (47.27% from 255) = 30.69%
BLUE value IS 103 (40.62% from 255) = 26.34%
R=42.97%
G=30.69%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812010300.290.390.3415.6927.253.14
HexA8786701D2722101b35
Octal2501701470354742203365
Binary10101000111100011001110111011001111000101000011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87867; }

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

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

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

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

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

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

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

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