Shades of Toast #A5725D
Tints of Toast #A5725D
RGB
CMYK
RGB Variations
Color information
#A5725D (or 0xA5725D) is known color: Toast. HEX triplet: A5, 72 and 5D. RGB value is (165,114,93). Sum of RGB (Red+Green+Blue) = 165+114+93=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 165 - color contains mainly: red. Hex color #A5725D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5725D is #5A8DA2. Grayscale: #7E7E7E. Windows color (decimal): -5934499 or 6124197. OLE color: 6124197.
HSL color Cylindrical-coordinate representation of color #A5725D: hue angle of 17.5º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A5725D is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 114 | 93 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.35 |
| HSL | 17.5º | 0.29% | 0.51% | - |
| HSV(B) | 17.5º | 0.44% | 0.65% | - |
| XYZ | 23.51 | 20.82 | 13.14 | - |
| YUV | 126.86 | 108.9 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 114 | 93 | 0 | 0.31 | 0.44 | 0.35 | 17.5 | 0.29 | 0.51 |
| Hex | A5 | 72 | 5D | 0 | 1F | 2C | 23 | 12 | 1D | 33 |
| Octal | 245 | 162 | 135 | 0 | 37 | 54 | 43 | 22 | 35 | 63 |
| Binary | 10100101 | 1110010 | 1011101 | 0 | 11111 | 101100 | 100011 | 10010 | 11101 | 110011 |
Color Harmonies of #A5725D
Complementary color
Monochromatic Colors of #A5725D
Black with #A5725D
Text Example
Text Example
White with #A5725D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5725D; }
p { color: rgb(165,114,93); }
H1.HeaderClassName
{
color: #A5725D;
}
.AnyTagClassName
{
color: #A5725D;
}
</style>
background-color css
<style>
a { background-color: #A5725D; }
a { background-color: rgb(165,114,93); }
div.DivClassName
{
background-color: #A5725D;
}
.BgClassName
{
background-color: #A5725D;
}
</style>
border-color css
<style>
span { border-color: #A5725D; }
span { border-color: rgb(165,114,93); }
td.TdClassName
{
border-color: #A5725D;
}
.TagClassName
{
border-color: #A5725D;
}
</style>