Shades of Toast #AD755C
Tints of Toast #AD755C
RGB
CMYK
RGB Variations
Color information
#AD755C (or 0xAD755C) is known color: Toast. HEX triplet: AD, 75 and 5C. RGB value is (173,117,92). Sum of RGB (Red+Green+Blue) = 173+117+92=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD755C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD755C is #528AA3. Grayscale: #838383. Windows color (decimal): -5409444 or 6059437. OLE color: 6059437.
HSL color Cylindrical-coordinate representation of color #AD755C: hue angle of 18.52º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD755C is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 117 | 92 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.32 |
| HSL | 18.52º | 0.33% | 0.52% | - |
| HSV(B) | 18.52º | 0.47% | 0.68% | - |
| XYZ | 25.53 | 22.38 | 13.1 | - |
| YUV | 130.89 | 106.05 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 117 | 92 | 0 | 0.32 | 0.47 | 0.32 | 18.52 | 0.33 | 0.52 |
| Hex | AD | 75 | 5C | 0 | 20 | 2F | 20 | 13 | 21 | 34 |
| Octal | 255 | 165 | 134 | 0 | 40 | 57 | 40 | 23 | 41 | 64 |
| Binary | 10101101 | 1110101 | 1011100 | 0 | 100000 | 101111 | 100000 | 10011 | 100001 | 110100 |
Color Harmonies of #AD755C
Complementary color
Monochromatic Colors of #AD755C
Black with #AD755C
Text Example
Text Example
White with #AD755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD755C; }
p { color: rgb(173,117,92); }
H1.HeaderClassName
{
color: #AD755C;
}
.AnyTagClassName
{
color: #AD755C;
}
</style>
background-color css
<style>
a { background-color: #AD755C; }
a { background-color: rgb(173,117,92); }
div.DivClassName
{
background-color: #AD755C;
}
.BgClassName
{
background-color: #AD755C;
}
</style>
border-color css
<style>
span { border-color: #AD755C; }
span { border-color: rgb(173,117,92); }
td.TdClassName
{
border-color: #AD755C;
}
.TagClassName
{
border-color: #AD755C;
}
</style>