Shades of Toast #A2705C
Tints of Toast #A2705C
RGB
CMYK
RGB Variations
Color information
#A2705C (or 0xA2705C) is known color: Toast. HEX triplet: A2, 70 and 5C. RGB value is (162,112,92). Sum of RGB (Red+Green+Blue) = 162+112+92=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A2705C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2705C is #5D8FA3. Grayscale: #7C7C7C. Windows color (decimal): -6131620 or 6058146. OLE color: 6058146.
HSL color Cylindrical-coordinate representation of color #A2705C: hue angle of 17.14º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2705C is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 112 | 92 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.36 |
| HSL | 17.14º | 0.28% | 0.5% | - |
| HSV(B) | 17.14º | 0.43% | 0.64% | - |
| XYZ | 22.63 | 20.04 | 12.8 | - |
| YUV | 124.67 | 109.57 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 112 | 92 | 0 | 0.31 | 0.43 | 0.36 | 17.14 | 0.28 | 0.5 |
| Hex | A2 | 70 | 5C | 0 | 1F | 2B | 24 | 11 | 1C | 32 |
| Octal | 242 | 160 | 134 | 0 | 37 | 53 | 44 | 21 | 34 | 62 |
| Binary | 10100010 | 1110000 | 1011100 | 0 | 11111 | 101011 | 100100 | 10001 | 11100 | 110010 |
Color Harmonies of #A2705C
Complementary color
Monochromatic Colors of #A2705C
Black with #A2705C
Text Example
Text Example
White with #A2705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2705C; }
p { color: rgb(162,112,92); }
H1.HeaderClassName
{
color: #A2705C;
}
.AnyTagClassName
{
color: #A2705C;
}
</style>
background-color css
<style>
a { background-color: #A2705C; }
a { background-color: rgb(162,112,92); }
div.DivClassName
{
background-color: #A2705C;
}
.BgClassName
{
background-color: #A2705C;
}
</style>
border-color css
<style>
span { border-color: #A2705C; }
span { border-color: rgb(162,112,92); }
td.TdClassName
{
border-color: #A2705C;
}
.TagClassName
{
border-color: #A2705C;
}
</style>