#A0715F

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

Shades of Toast #A0715F

Tints of Toast #A0715F

Color information

#A0715F (or 0xA0715F) is unknown color: approx Toast. HEX triplet: A0, 71 and 5F. RGB value is (160,113,95). Sum of RGB (Red+Green+Blue) = 160+113+95=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 95 (37.5% from 255 or 25.82% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A0715F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0715F is #5F8EA0. Grayscale: #7D7D7D. Windows color (decimal): -6262433 or 6255008. OLE color: 6255008.

HSL color Cylindrical-coordinate representation of color #A0715F: hue angle of 16.62º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0715F is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB16011395-
CMYK00.290.410.37
HSL16.62º25.49%50%-
HSV(B)16.62º40.62%62.75%-
XYZ22.4720.1113.52-
YUV125111.07152.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.48%
GREEN value IS 113 (44.53% from 255) = 30.71%
BLUE value IS 95 (37.5% from 255) = 25.82%
R=43.48%
G=30.71%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601139500.290.410.3716.6225.4950
HexA0715F01D2925111932
Octal2401611370355145213162
Binary10100000111000110111110111011010011001011000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0715F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0715F; }

 p { color: rgb(160,113,95); }

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

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

 a { background-color: rgb(160,113,95); }

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

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

 span { border-color: rgb(160,113,95); }

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