Shades of Toast #A2755A
Tints of Toast #A2755A
RGB
CMYK
RGB Variations
Color information
#A2755A (or 0xA2755A) is known color: Toast. HEX triplet: A2, 75 and 5A. RGB value is (162,117,90). Sum of RGB (Red+Green+Blue) = 162+117+90=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 162 - color contains mainly: red. Hex color #A2755A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2755A is #5D8AA5. Grayscale: #7F7F7F. Windows color (decimal): -6130342 or 5928354. OLE color: 5928354.
HSL color Cylindrical-coordinate representation of color #A2755A: hue angle of 22.5º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2755A is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 117 | 90 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.36 |
| HSL | 22.5º | 0.29% | 0.49% | - |
| HSV(B) | 22.5º | 0.44% | 0.64% | - |
| XYZ | 23.11 | 21.14 | 12.54 | - |
| YUV | 127.38 | 106.91 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 117 | 90 | 0 | 0.28 | 0.44 | 0.36 | 22.5 | 0.29 | 0.49 |
| Hex | A2 | 75 | 5A | 0 | 1C | 2C | 24 | 16 | 1D | 31 |
| Octal | 242 | 165 | 132 | 0 | 34 | 54 | 44 | 26 | 35 | 61 |
| Binary | 10100010 | 1110101 | 1011010 | 0 | 11100 | 101100 | 100100 | 10110 | 11101 | 110001 |
Color Harmonies of #A2755A
Complementary color
Monochromatic Colors of #A2755A
Black with #A2755A
Text Example
Text Example
White with #A2755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2755A; }
p { color: rgb(162,117,90); }
H1.HeaderClassName
{
color: #A2755A;
}
.AnyTagClassName
{
color: #A2755A;
}
</style>
background-color css
<style>
a { background-color: #A2755A; }
a { background-color: rgb(162,117,90); }
div.DivClassName
{
background-color: #A2755A;
}
.BgClassName
{
background-color: #A2755A;
}
</style>
border-color css
<style>
span { border-color: #A2755A; }
span { border-color: rgb(162,117,90); }
td.TdClassName
{
border-color: #A2755A;
}
.TagClassName
{
border-color: #A2755A;
}
</style>