Shades of Toast #A4765C
Tints of Toast #A4765C
RGB
CMYK
RGB Variations
Color information
#A4765C (or 0xA4765C) is known color: Toast. HEX triplet: A4, 76 and 5C. RGB value is (164,118,92). Sum of RGB (Red+Green+Blue) = 164+118+92=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 164 - color contains mainly: red. Hex color #A4765C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4765C is #5B89A3. Grayscale: #808080. Windows color (decimal): -5999012 or 6059684. OLE color: 6059684.
HSL color Cylindrical-coordinate representation of color #A4765C: hue angle of 21.67º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A4765C is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 118 | 92 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.36 |
| HSL | 21.67º | 0.28% | 0.5% | - |
| HSV(B) | 21.67º | 0.44% | 0.64% | - |
| XYZ | 23.72 | 21.62 | 13.05 | - |
| YUV | 128.79 | 107.24 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 118 | 92 | 0 | 0.28 | 0.44 | 0.36 | 21.67 | 0.28 | 0.5 |
| Hex | A4 | 76 | 5C | 0 | 1C | 2C | 24 | 16 | 1C | 32 |
| Octal | 244 | 166 | 134 | 0 | 34 | 54 | 44 | 26 | 34 | 62 |
| Binary | 10100100 | 1110110 | 1011100 | 0 | 11100 | 101100 | 100100 | 10110 | 11100 | 110010 |
Color Harmonies of #A4765C
Complementary color
Monochromatic Colors of #A4765C
Black with #A4765C
Text Example
Text Example
White with #A4765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4765C; }
p { color: rgb(164,118,92); }
H1.HeaderClassName
{
color: #A4765C;
}
.AnyTagClassName
{
color: #A4765C;
}
</style>
background-color css
<style>
a { background-color: #A4765C; }
a { background-color: rgb(164,118,92); }
div.DivClassName
{
background-color: #A4765C;
}
.BgClassName
{
background-color: #A4765C;
}
</style>
border-color css
<style>
span { border-color: #A4765C; }
span { border-color: rgb(164,118,92); }
td.TdClassName
{
border-color: #A4765C;
}
.TagClassName
{
border-color: #A4765C;
}
</style>