Shades of Toast #AD775D
Tints of Toast #AD775D
RGB
CMYK
RGB Variations
Color information
#AD775D (or 0xAD775D) is known color: Toast. HEX triplet: AD, 77 and 5D. RGB value is (173,119,93). Sum of RGB (Red+Green+Blue) = 173+119+93=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD775D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD775D is #5288A2. Grayscale: #848484. Windows color (decimal): -5408931 or 6125485. OLE color: 6125485.
HSL color Cylindrical-coordinate representation of color #AD775D: hue angle of 19.5º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD775D is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 119 | 93 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.32 |
| HSL | 19.5º | 0.33% | 0.52% | - |
| HSV(B) | 19.5º | 0.46% | 0.68% | - |
| XYZ | 25.81 | 22.87 | 13.41 | - |
| YUV | 132.18 | 105.89 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 119 | 93 | 0 | 0.31 | 0.46 | 0.32 | 19.5 | 0.33 | 0.52 |
| Hex | AD | 77 | 5D | 0 | 1F | 2E | 20 | 14 | 21 | 34 |
| Octal | 255 | 167 | 135 | 0 | 37 | 56 | 40 | 24 | 41 | 64 |
| Binary | 10101101 | 1110111 | 1011101 | 0 | 11111 | 101110 | 100000 | 10100 | 100001 | 110100 |
Color Harmonies of #AD775D
Complementary color
Monochromatic Colors of #AD775D
Black with #AD775D
Text Example
Text Example
White with #AD775D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD775D; }
p { color: rgb(173,119,93); }
H1.HeaderClassName
{
color: #AD775D;
}
.AnyTagClassName
{
color: #AD775D;
}
</style>
background-color css
<style>
a { background-color: #AD775D; }
a { background-color: rgb(173,119,93); }
div.DivClassName
{
background-color: #AD775D;
}
.BgClassName
{
background-color: #AD775D;
}
</style>
border-color css
<style>
span { border-color: #AD775D; }
span { border-color: rgb(173,119,93); }
td.TdClassName
{
border-color: #AD775D;
}
.TagClassName
{
border-color: #AD775D;
}
</style>