Shades of Toast #A2765D
Tints of Toast #A2765D
RGB
CMYK
RGB Variations
Color information
#A2765D (or 0xA2765D) is known color: Toast. HEX triplet: A2, 76 and 5D. RGB value is (162,118,93). Sum of RGB (Red+Green+Blue) = 162+118+93=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A2765D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2765D is #5D89A2. Grayscale: #808080. Windows color (decimal): -6130083 or 6125218. OLE color: 6125218.
HSL color Cylindrical-coordinate representation of color #A2765D: hue angle of 21.74º degrees, saturation: 0.27, 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 #A2765D is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 118 | 93 | - |
| CMYK | 0 | 0.27 | 0.43 | 0.36 |
| HSL | 21.74º | 0.27% | 0.5% | - |
| HSV(B) | 21.74º | 0.43% | 0.64% | - |
| XYZ | 23.35 | 21.43 | 13.26 | - |
| YUV | 128.31 | 108.08 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 118 | 93 | 0 | 0.27 | 0.43 | 0.36 | 21.74 | 0.27 | 0.5 |
| Hex | A2 | 76 | 5D | 0 | 1B | 2B | 24 | 16 | 1B | 32 |
| Octal | 242 | 166 | 135 | 0 | 33 | 53 | 44 | 26 | 33 | 62 |
| Binary | 10100010 | 1110110 | 1011101 | 0 | 11011 | 101011 | 100100 | 10110 | 11011 | 110010 |
Color Harmonies of #A2765D
Complementary color
Monochromatic Colors of #A2765D
Black with #A2765D
Text Example
Text Example
White with #A2765D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2765D; }
p { color: rgb(162,118,93); }
H1.HeaderClassName
{
color: #A2765D;
}
.AnyTagClassName
{
color: #A2765D;
}
</style>
background-color css
<style>
a { background-color: #A2765D; }
a { background-color: rgb(162,118,93); }
div.DivClassName
{
background-color: #A2765D;
}
.BgClassName
{
background-color: #A2765D;
}
</style>
border-color css
<style>
span { border-color: #A2765D; }
span { border-color: rgb(162,118,93); }
td.TdClassName
{
border-color: #A2765D;
}
.TagClassName
{
border-color: #A2765D;
}
</style>