Shades of Toast #A3725D
Tints of Toast #A3725D
RGB
CMYK
RGB Variations
Color information
#A3725D (or 0xA3725D) is known color: Toast. HEX triplet: A3, 72 and 5D. RGB value is (163,114,93). Sum of RGB (Red+Green+Blue) = 163+114+93=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 163 - color contains mainly: red. Hex color #A3725D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3725D is #5C8DA2. Grayscale: #7E7E7E. Windows color (decimal): -6065571 or 6124195. OLE color: 6124195.
HSL color Cylindrical-coordinate representation of color #A3725D: hue angle of 18º 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 #A3725D is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 114 | 93 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.36 |
| HSL | 18º | 0.28% | 0.5% | - |
| HSV(B) | 18º | 0.43% | 0.64% | - |
| XYZ | 23.1 | 20.61 | 13.12 | - |
| YUV | 126.26 | 109.23 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 114 | 93 | 0 | 0.30 | 0.43 | 0.36 | 18 | 0.28 | 0.5 |
| Hex | A3 | 72 | 5D | 0 | 1E | 2B | 24 | 12 | 1C | 32 |
| Octal | 243 | 162 | 135 | 0 | 36 | 53 | 44 | 22 | 34 | 62 |
| Binary | 10100011 | 1110010 | 1011101 | 0 | 11110 | 101011 | 100100 | 10010 | 11100 | 110010 |
Color Harmonies of #A3725D
Complementary color
Monochromatic Colors of #A3725D
Black with #A3725D
Text Example
Text Example
White with #A3725D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3725D; }
p { color: rgb(163,114,93); }
H1.HeaderClassName
{
color: #A3725D;
}
.AnyTagClassName
{
color: #A3725D;
}
</style>
background-color css
<style>
a { background-color: #A3725D; }
a { background-color: rgb(163,114,93); }
div.DivClassName
{
background-color: #A3725D;
}
.BgClassName
{
background-color: #A3725D;
}
</style>
border-color css
<style>
span { border-color: #A3725D; }
span { border-color: rgb(163,114,93); }
td.TdClassName
{
border-color: #A3725D;
}
.TagClassName
{
border-color: #A3725D;
}
</style>