#A3715E

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

Shades of Toast #A3715E

Tints of Toast #A3715E

Color information

#A3715E (or 0xA3715E) is unknown color: approx Toast. HEX triplet: A3, 71 and 5E. RGB value is (163,113,94). Sum of RGB (Red+Green+Blue) = 163+113+94=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 163 - color contains mainly: red. Hex color #A3715E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3715E is #5C8EA1. Grayscale: #7D7D7D. Windows color (decimal): -6065826 or 6189475. OLE color: 6189475.

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

Color convert

RGB16311394-
CMYK00.310.420.36
HSL16.52º27.27%50.39%-
HSV(B)16.52º42.33%63.92%-
XYZ23.0320.413.31-
YUV125.78110.06154.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.05%
GREEN value IS 113 (44.53% from 255) = 30.54%
BLUE value IS 94 (37.11% from 255) = 25.41%
R=44.05%
G=30.54%
B=25.41%

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
Decimal1631139400.310.420.3616.5227.2750.39
HexA3715E01F2A24111b32
Octal2431611360375244213362
Binary10100011111000110111100111111010101001001000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3715E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3715E; }

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

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

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

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

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

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

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

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