Shades of Toast #A1755D
Tints of Toast #A1755D
RGB
CMYK
RGB Variations
Color information
#A1755D (or 0xA1755D) is known color: Toast. HEX triplet: A1, 75 and 5D. RGB value is (161,117,93). Sum of RGB (Red+Green+Blue) = 161+117+93=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A1755D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1755D is #5E8AA2. Grayscale: #7F7F7F. Windows color (decimal): -6195875 or 6124961. OLE color: 6124961.
HSL color Cylindrical-coordinate representation of color #A1755D: hue angle of 21.18º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1755D is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 117 | 93 | - |
| CMYK | 0 | 0.27 | 0.42 | 0.37 |
| HSL | 21.18º | 0.27% | 0.5% | - |
| HSV(B) | 21.18º | 0.42% | 0.63% | - |
| XYZ | 23.04 | 21.09 | 13.21 | - |
| YUV | 127.42 | 108.58 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 117 | 93 | 0 | 0.27 | 0.42 | 0.37 | 21.18 | 0.27 | 0.5 |
| Hex | A1 | 75 | 5D | 0 | 1B | 2A | 25 | 15 | 1B | 32 |
| Octal | 241 | 165 | 135 | 0 | 33 | 52 | 45 | 25 | 33 | 62 |
| Binary | 10100001 | 1110101 | 1011101 | 0 | 11011 | 101010 | 100101 | 10101 | 11011 | 110010 |
Color Harmonies of #A1755D
Complementary color
Monochromatic Colors of #A1755D
Black with #A1755D
Text Example
Text Example
White with #A1755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1755D; }
p { color: rgb(161,117,93); }
H1.HeaderClassName
{
color: #A1755D;
}
.AnyTagClassName
{
color: #A1755D;
}
</style>
background-color css
<style>
a { background-color: #A1755D; }
a { background-color: rgb(161,117,93); }
div.DivClassName
{
background-color: #A1755D;
}
.BgClassName
{
background-color: #A1755D;
}
</style>
border-color css
<style>
span { border-color: #A1755D; }
span { border-color: rgb(161,117,93); }
td.TdClassName
{
border-color: #A1755D;
}
.TagClassName
{
border-color: #A1755D;
}
</style>