Shades of Toast #A7725A
Tints of Toast #A7725A
RGB
CMYK
RGB Variations
Color information
#A7725A (or 0xA7725A) is known color: Toast. HEX triplet: A7, 72 and 5A. RGB value is (167,114,90). Sum of RGB (Red+Green+Blue) = 167+114+90=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 167 - color contains mainly: red. Hex color #A7725A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7725A is #588DA5. Grayscale: #7F7F7F. Windows color (decimal): -5803430 or 5927591. OLE color: 5927591.
HSL color Cylindrical-coordinate representation of color #A7725A: hue angle of 18.7º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A7725A is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 114 | 90 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.35 |
| HSL | 18.7º | 0.3% | 0.5% | - |
| HSV(B) | 18.7º | 0.46% | 0.65% | - |
| XYZ | 23.8 | 20.99 | 12.47 | - |
| YUV | 127.11 | 107.06 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 114 | 90 | 0 | 0.32 | 0.46 | 0.35 | 18.7 | 0.3 | 0.5 |
| Hex | A7 | 72 | 5A | 0 | 20 | 2E | 23 | 13 | 1E | 32 |
| Octal | 247 | 162 | 132 | 0 | 40 | 56 | 43 | 23 | 36 | 62 |
| Binary | 10100111 | 1110010 | 1011010 | 0 | 100000 | 101110 | 100011 | 10011 | 11110 | 110010 |
Color Harmonies of #A7725A
Complementary color
Monochromatic Colors of #A7725A
Black with #A7725A
Text Example
Text Example
White with #A7725A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7725A; }
p { color: rgb(167,114,90); }
H1.HeaderClassName
{
color: #A7725A;
}
.AnyTagClassName
{
color: #A7725A;
}
</style>
background-color css
<style>
a { background-color: #A7725A; }
a { background-color: rgb(167,114,90); }
div.DivClassName
{
background-color: #A7725A;
}
.BgClassName
{
background-color: #A7725A;
}
</style>
border-color css
<style>
span { border-color: #A7725A; }
span { border-color: rgb(167,114,90); }
td.TdClassName
{
border-color: #A7725A;
}
.TagClassName
{
border-color: #A7725A;
}
</style>