Shades of Toast #A5725E
Tints of Toast #A5725E
RGB
CMYK
RGB Variations
Color information
#A5725E (or 0xA5725E) is known color: Toast. HEX triplet: A5, 72 and 5E. RGB value is (165,114,94). Sum of RGB (Red+Green+Blue) = 165+114+94=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 165 - color contains mainly: red. Hex color #A5725E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5725E is #5A8DA1. Grayscale: #7F7F7F. Windows color (decimal): -5934498 or 6189733. OLE color: 6189733.
HSL color Cylindrical-coordinate representation of color #A5725E: hue angle of 16.9º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A5725E is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 114 | 94 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.35 |
| HSL | 16.9º | 0.28% | 0.51% | - |
| HSV(B) | 16.9º | 0.43% | 0.65% | - |
| XYZ | 23.55 | 20.84 | 13.37 | - |
| YUV | 126.97 | 109.4 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 114 | 94 | 0 | 0.31 | 0.43 | 0.35 | 16.9 | 0.28 | 0.51 |
| Hex | A5 | 72 | 5E | 0 | 1F | 2B | 23 | 11 | 1C | 33 |
| Octal | 245 | 162 | 136 | 0 | 37 | 53 | 43 | 21 | 34 | 63 |
| Binary | 10100101 | 1110010 | 1011110 | 0 | 11111 | 101011 | 100011 | 10001 | 11100 | 110011 |
Color Harmonies of #A5725E
Complementary color
Monochromatic Colors of #A5725E
Black with #A5725E
Text Example
Text Example
White with #A5725E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5725E; }
p { color: rgb(165,114,94); }
H1.HeaderClassName
{
color: #A5725E;
}
.AnyTagClassName
{
color: #A5725E;
}
</style>
background-color css
<style>
a { background-color: #A5725E; }
a { background-color: rgb(165,114,94); }
div.DivClassName
{
background-color: #A5725E;
}
.BgClassName
{
background-color: #A5725E;
}
</style>
border-color css
<style>
span { border-color: #A5725E; }
span { border-color: rgb(165,114,94); }
td.TdClassName
{
border-color: #A5725E;
}
.TagClassName
{
border-color: #A5725E;
}
</style>