#A3715D

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

Shades of Toast #A3715D

Tints of Toast #A3715D

Color information

#A3715D (or 0xA3715D) is unknown color: approx Toast. HEX triplet: A3, 71 and 5D. RGB value is (163,113,93). Sum of RGB (Red+Green+Blue) = 163+113+93=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 163 - color contains mainly: red. Hex color #A3715D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3715D is #5C8EA2. Grayscale: #7D7D7D. Windows color (decimal): -6065827 or 6123939. OLE color: 6123939.

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

Color convert

RGB16311393-
CMYK00.310.430.36
HSL17.14º27.56%50.2%-
HSV(B)17.14º42.94%63.92%-
XYZ22.9920.3913.08-
YUV125.67109.56154.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.17%
GREEN value IS 113 (44.53% from 255) = 30.62%
BLUE value IS 93 (36.72% from 255) = 25.20%
R=44.17%
G=30.62%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631139300.310.430.3617.1427.5650.2
HexA3715D01F2B24111c32
Octal2431611350375344213462
Binary10100011111000110111010111111010111001001000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3715D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3715D; }

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

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

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

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

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

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

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

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