Shades of Toast #A2765A
Tints of Toast #A2765A
RGB
CMYK
RGB Variations
Color information
#A2765A (or 0xA2765A) is known color: Toast. HEX triplet: A2, 76 and 5A. RGB value is (162,118,90). Sum of RGB (Red+Green+Blue) = 162+118+90=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 162 - color contains mainly: red. Hex color #A2765A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2765A is #5D89A5. Grayscale: #808080. Windows color (decimal): -6130086 or 5928610. OLE color: 5928610.
HSL color Cylindrical-coordinate representation of color #A2765A: hue angle of 23.33º 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 #A2765A is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 118 | 90 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.36 |
| HSL | 23.33º | 0.29% | 0.49% | - |
| HSV(B) | 23.33º | 0.44% | 0.64% | - |
| XYZ | 23.22 | 21.38 | 12.57 | - |
| YUV | 127.96 | 106.58 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 118 | 90 | 0 | 0.27 | 0.44 | 0.36 | 23.33 | 0.29 | 0.49 |
| Hex | A2 | 76 | 5A | 0 | 1B | 2C | 24 | 17 | 1D | 31 |
| Octal | 242 | 166 | 132 | 0 | 33 | 54 | 44 | 27 | 35 | 61 |
| Binary | 10100010 | 1110110 | 1011010 | 0 | 11011 | 101100 | 100100 | 10111 | 11101 | 110001 |
Color Harmonies of #A2765A
Complementary color
Monochromatic Colors of #A2765A
Black with #A2765A
Text Example
Text Example
White with #A2765A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2765A; }
p { color: rgb(162,118,90); }
H1.HeaderClassName
{
color: #A2765A;
}
.AnyTagClassName
{
color: #A2765A;
}
</style>
background-color css
<style>
a { background-color: #A2765A; }
a { background-color: rgb(162,118,90); }
div.DivClassName
{
background-color: #A2765A;
}
.BgClassName
{
background-color: #A2765A;
}
</style>
border-color css
<style>
span { border-color: #A2765A; }
span { border-color: rgb(162,118,90); }
td.TdClassName
{
border-color: #A2765A;
}
.TagClassName
{
border-color: #A2765A;
}
</style>