Shades of Toast #A3755E
Tints of Toast #A3755E
RGB
CMYK
RGB Variations
Color information
#A3755E (or 0xA3755E) is known color: Toast. HEX triplet: A3, 75 and 5E. RGB value is (163,117,94). Sum of RGB (Red+Green+Blue) = 163+117+94=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 94 (37.11% from 255 or 25.13% from 374); Max value from RGB is 163 - color contains mainly: red. Hex color #A3755E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3755E is #5C8AA1. Grayscale: #808080. Windows color (decimal): -6064802 or 6190499. OLE color: 6190499.
HSL color Cylindrical-coordinate representation of color #A3755E: hue angle of 20º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A3755E is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 117 | 94 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.36 |
| HSL | 20º | 0.27% | 0.5% | - |
| HSV(B) | 20º | 0.42% | 0.64% | - |
| XYZ | 23.49 | 21.32 | 13.47 | - |
| YUV | 128.13 | 108.74 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 117 | 94 | 0 | 0.28 | 0.42 | 0.36 | 20 | 0.27 | 0.5 |
| Hex | A3 | 75 | 5E | 0 | 1C | 2A | 24 | 14 | 1B | 32 |
| Octal | 243 | 165 | 136 | 0 | 34 | 52 | 44 | 24 | 33 | 62 |
| Binary | 10100011 | 1110101 | 1011110 | 0 | 11100 | 101010 | 100100 | 10100 | 11011 | 110010 |
Color Harmonies of #A3755E
Complementary color
Monochromatic Colors of #A3755E
Black with #A3755E
Text Example
Text Example
White with #A3755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3755E; }
p { color: rgb(163,117,94); }
H1.HeaderClassName
{
color: #A3755E;
}
.AnyTagClassName
{
color: #A3755E;
}
</style>
background-color css
<style>
a { background-color: #A3755E; }
a { background-color: rgb(163,117,94); }
div.DivClassName
{
background-color: #A3755E;
}
.BgClassName
{
background-color: #A3755E;
}
</style>
border-color css
<style>
span { border-color: #A3755E; }
span { border-color: rgb(163,117,94); }
td.TdClassName
{
border-color: #A3755E;
}
.TagClassName
{
border-color: #A3755E;
}
</style>