#A76E60

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

Shades of Toast #A76E60

Tints of Toast #A76E60

Color information

#A76E60 (or 0xA76E60) is unknown color: approx Toast. HEX triplet: A7, 6E and 60. RGB value is (167,110,96). Sum of RGB (Red+Green+Blue) = 167+110+96=373 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.77% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 167 - color contains mainly: red. Hex color #A76E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76E60 is #58919F. Grayscale: #7D7D7D. Windows color (decimal): -5804448 or 6319783. OLE color: 6319783.

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

Color convert

RGB16711096-
CMYK00.340.430.35
HSL11.83º28.74%51.57%-
HSV(B)11.83º42.51%65.49%-
XYZ23.6220.2113.72-
YUV125.45111.38157.64-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.77%
GREEN value IS 110 (43.36% from 255) = 29.49%
BLUE value IS 96 (37.89% from 255) = 25.74%
R=44.77%
G=29.49%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671109600.340.430.3511.8328.7451.57
HexA76E600222B23c1d34
Octal2471561400425343143564
Binary10100111110111011000000100010101011100011110011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76E60; }

 p { color: rgb(167,110,96); }

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

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

 a { background-color: rgb(167,110,96); }

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

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

 span { border-color: rgb(167,110,96); }

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