Shades of Toast #A5755C
Tints of Toast #A5755C
RGB
CMYK
RGB Variations
Color information
#A5755C (or 0xA5755C) is known color: Toast. HEX triplet: A5, 75 and 5C. RGB value is (165,117,92). Sum of RGB (Red+Green+Blue) = 165+117+92=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 165 - color contains mainly: red. Hex color #A5755C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5755C is #5A8AA3. Grayscale: #808080. Windows color (decimal): -5933732 or 6059429. OLE color: 6059429.
HSL color Cylindrical-coordinate representation of color #A5755C: hue angle of 20.55º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A5755C is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 117 | 92 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.35 |
| HSL | 20.55º | 0.29% | 0.5% | - |
| HSV(B) | 20.55º | 0.44% | 0.65% | - |
| XYZ | 23.81 | 21.49 | 13.02 | - |
| YUV | 128.5 | 107.4 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 117 | 92 | 0 | 0.29 | 0.44 | 0.35 | 20.55 | 0.29 | 0.5 |
| Hex | A5 | 75 | 5C | 0 | 1D | 2C | 23 | 15 | 1D | 32 |
| Octal | 245 | 165 | 134 | 0 | 35 | 54 | 43 | 25 | 35 | 62 |
| Binary | 10100101 | 1110101 | 1011100 | 0 | 11101 | 101100 | 100011 | 10101 | 11101 | 110010 |
Color Harmonies of #A5755C
Complementary color
Monochromatic Colors of #A5755C
Black with #A5755C
Text Example
Text Example
White with #A5755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5755C; }
p { color: rgb(165,117,92); }
H1.HeaderClassName
{
color: #A5755C;
}
.AnyTagClassName
{
color: #A5755C;
}
</style>
background-color css
<style>
a { background-color: #A5755C; }
a { background-color: rgb(165,117,92); }
div.DivClassName
{
background-color: #A5755C;
}
.BgClassName
{
background-color: #A5755C;
}
</style>
border-color css
<style>
span { border-color: #A5755C; }
span { border-color: rgb(165,117,92); }
td.TdClassName
{
border-color: #A5755C;
}
.TagClassName
{
border-color: #A5755C;
}
</style>