#A3725F

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

Shades of Toast #A3725F

Tints of Toast #A3725F

Color information

#A3725F (or 0xA3725F) is unknown color: approx Toast. HEX triplet: A3, 72 and 5F. RGB value is (163,114,95). Sum of RGB (Red+Green+Blue) = 163+114+95=372 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.82% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 95 (37.5% from 255 or 25.54% from 372); Max value from RGB is 163 - color contains mainly: red. Hex color #A3725F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3725F is #5C8DA0. Grayscale: #7E7E7E. Windows color (decimal): -6065569 or 6255267. OLE color: 6255267.

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

Color convert

RGB16311495-
CMYK00.300.420.36
HSL16.76º26.98%50.59%-
HSV(B)16.76º41.72%63.92%-
XYZ23.1920.6513.59-
YUV126.48110.23154.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.82%
GREEN value IS 114 (44.92% from 255) = 30.65%
BLUE value IS 95 (37.5% from 255) = 25.54%
R=43.82%
G=30.65%
B=25.54%

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
Decimal1631149500.300.420.3616.7626.9850.59
HexA3725F01E2A24111b33
Octal2431621370365244213363
Binary10100011111001010111110111101010101001001000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3725F; }

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

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

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

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

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

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

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

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