Shades of Toast #A67565
Tints of Toast #A67565
RGB
CMYK
RGB Variations
Color information
#A67565 (or 0xA67565) is known color: Toast. HEX triplet: A6, 75 and 65. RGB value is (166,117,101). Sum of RGB (Red+Green+Blue) = 166+117+101=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 166 - color contains mainly: red. Hex color #A67565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67565 is #598A9A. Grayscale: #818181. Windows color (decimal): -5868187 or 6649254. OLE color: 6649254.
HSL color Cylindrical-coordinate representation of color #A67565: hue angle of 14.77º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A67565 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 117 | 101 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.35 |
| HSL | 14.77º | 0.27% | 0.52% | - |
| HSV(B) | 14.77º | 0.39% | 0.65% | - |
| XYZ | 24.44 | 21.77 | 15.23 | - |
| YUV | 129.83 | 111.73 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 117 | 101 | 0 | 0.30 | 0.39 | 0.35 | 14.77 | 0.27 | 0.52 |
| Hex | A6 | 75 | 65 | 0 | 1E | 27 | 23 | F | 1B | 34 |
| Octal | 246 | 165 | 145 | 0 | 36 | 47 | 43 | 17 | 33 | 64 |
| Binary | 10100110 | 1110101 | 1100101 | 0 | 11110 | 100111 | 100011 | 1111 | 11011 | 110100 |
Color Harmonies of #A67565
Complementary color
Monochromatic Colors of #A67565
Black with #A67565
Text Example
Text Example
White with #A67565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67565; }
p { color: rgb(166,117,101); }
H1.HeaderClassName
{
color: #A67565;
}
.AnyTagClassName
{
color: #A67565;
}
</style>
background-color css
<style>
a { background-color: #A67565; }
a { background-color: rgb(166,117,101); }
div.DivClassName
{
background-color: #A67565;
}
.BgClassName
{
background-color: #A67565;
}
</style>
border-color css
<style>
span { border-color: #A67565; }
span { border-color: rgb(166,117,101); }
td.TdClassName
{
border-color: #A67565;
}
.TagClassName
{
border-color: #A67565;
}
</style>