Shades of Toast #AD765A
Tints of Toast #AD765A
RGB
CMYK
RGB Variations
Color information
#AD765A (or 0xAD765A) is known color: Toast. HEX triplet: AD, 76 and 5A. RGB value is (173,118,90). Sum of RGB (Red+Green+Blue) = 173+118+90=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD765A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD765A is #5289A5. Grayscale: #838383. Windows color (decimal): -5409190 or 5928621. OLE color: 5928621.
HSL color Cylindrical-coordinate representation of color #AD765A: hue angle of 20.24º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD765A is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 118 | 90 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.32 |
| HSL | 20.24º | 0.34% | 0.52% | - |
| HSV(B) | 20.24º | 0.48% | 0.68% | - |
| XYZ | 25.56 | 22.58 | 12.68 | - |
| YUV | 131.25 | 104.72 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 118 | 90 | 0 | 0.32 | 0.48 | 0.32 | 20.24 | 0.34 | 0.52 |
| Hex | AD | 76 | 5A | 0 | 20 | 30 | 20 | 14 | 22 | 34 |
| Octal | 255 | 166 | 132 | 0 | 40 | 60 | 40 | 24 | 42 | 64 |
| Binary | 10101101 | 1110110 | 1011010 | 0 | 100000 | 110000 | 100000 | 10100 | 100010 | 110100 |
Color Harmonies of #AD765A
Complementary color
Monochromatic Colors of #AD765A
Black with #AD765A
Text Example
Text Example
White with #AD765A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD765A; }
p { color: rgb(173,118,90); }
H1.HeaderClassName
{
color: #AD765A;
}
.AnyTagClassName
{
color: #AD765A;
}
</style>
background-color css
<style>
a { background-color: #AD765A; }
a { background-color: rgb(173,118,90); }
div.DivClassName
{
background-color: #AD765A;
}
.BgClassName
{
background-color: #AD765A;
}
</style>
border-color css
<style>
span { border-color: #AD765A; }
span { border-color: rgb(173,118,90); }
td.TdClassName
{
border-color: #AD765A;
}
.TagClassName
{
border-color: #AD765A;
}
</style>