#A3725E

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

Shades of Toast #A3725E

Tints of Toast #A3725E

Color information

#A3725E (or 0xA3725E) is unknown color: approx Toast. HEX triplet: A3, 72 and 5E. RGB value is (163,114,94). Sum of RGB (Red+Green+Blue) = 163+114+94=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 163 - color contains mainly: red. Hex color #A3725E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3725E is #5C8DA1. Grayscale: #7E7E7E. Windows color (decimal): -6065570 or 6189731. OLE color: 6189731.

HSL color Cylindrical-coordinate representation of color #A3725E: hue angle of 17.39º 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 #A3725E is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB16311494-
CMYK00.300.420.36
HSL17.39º27.27%50.39%-
HSV(B)17.39º42.33%63.92%-
XYZ23.1420.6313.35-
YUV126.37109.73154.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.94%
GREEN value IS 114 (44.92% from 255) = 30.73%
BLUE value IS 94 (37.11% from 255) = 25.34%
R=43.94%
G=30.73%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631149400.300.420.3617.3927.2750.39
HexA3725E01E2A24111b32
Octal2431621360365244213362
Binary10100011111001010111100111101010101001001000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3725E; }

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

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

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

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

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

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

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

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