#A3715F

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

Shades of Toast #A3715F

Tints of Toast #A3715F

Color information

#A3715F (or 0xA3715F) is unknown color: approx Toast. HEX triplet: A3, 71 and 5F. RGB value is (163,113,95). Sum of RGB (Red+Green+Blue) = 163+113+95=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 163 - color contains mainly: red. Hex color #A3715F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3715F is #5C8EA0. Grayscale: #7E7E7E. Windows color (decimal): -6065825 or 6255011. OLE color: 6255011.

HSL color Cylindrical-coordinate representation of color #A3715F: hue angle of 15.88º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A3715F is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB16311395-
CMYK00.310.420.36
HSL15.88º26.98%50.59%-
HSV(B)15.88º41.72%63.92%-
XYZ23.0720.4213.55-
YUV125.9110.56154.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.94%
GREEN value IS 113 (44.53% from 255) = 30.46%
BLUE value IS 95 (37.5% from 255) = 25.61%
R=43.94%
G=30.46%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631139500.310.420.3615.8826.9850.59
HexA3715F01F2A24101b33
Octal2431611370375244203363
Binary10100011111000110111110111111010101001001000011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3715F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3715F; }

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

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

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

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

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

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

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

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