Shades of Toast #A1775B
Tints of Toast #A1775B
RGB
CMYK
RGB Variations
Color information
#A1775B (or 0xA1775B) is known color: Toast. HEX triplet: A1, 77 and 5B. RGB value is (161,119,91). Sum of RGB (Red+Green+Blue) = 161+119+91=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A1775B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1775B is #5E88A4. Grayscale: #808080. Windows color (decimal): -6195365 or 5994401. OLE color: 5994401.
HSL color Cylindrical-coordinate representation of color #A1775B: hue angle of 24º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1775B is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 119 | 91 | - |
| CMYK | 0 | 0.26 | 0.43 | 0.37 |
| HSL | 24º | 0.28% | 0.49% | - |
| HSV(B) | 24º | 0.43% | 0.63% | - |
| XYZ | 23.18 | 21.53 | 12.83 | - |
| YUV | 128.37 | 106.91 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 119 | 91 | 0 | 0.26 | 0.43 | 0.37 | 24 | 0.28 | 0.49 |
| Hex | A1 | 77 | 5B | 0 | 1A | 2B | 25 | 18 | 1C | 31 |
| Octal | 241 | 167 | 133 | 0 | 32 | 53 | 45 | 30 | 34 | 61 |
| Binary | 10100001 | 1110111 | 1011011 | 0 | 11010 | 101011 | 100101 | 11000 | 11100 | 110001 |
Color Harmonies of #A1775B
Complementary color
Monochromatic Colors of #A1775B
Black with #A1775B
Text Example
Text Example
White with #A1775B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1775B; }
p { color: rgb(161,119,91); }
H1.HeaderClassName
{
color: #A1775B;
}
.AnyTagClassName
{
color: #A1775B;
}
</style>
background-color css
<style>
a { background-color: #A1775B; }
a { background-color: rgb(161,119,91); }
div.DivClassName
{
background-color: #A1775B;
}
.BgClassName
{
background-color: #A1775B;
}
</style>
border-color css
<style>
span { border-color: #A1775B; }
span { border-color: rgb(161,119,91); }
td.TdClassName
{
border-color: #A1775B;
}
.TagClassName
{
border-color: #A1775B;
}
</style>