Shades of Toast #A2775C
Tints of Toast #A2775C
RGB
CMYK
RGB Variations
Color information
#A2775C (or 0xA2775C) is known color: Toast. HEX triplet: A2, 77 and 5C. RGB value is (162,119,92). Sum of RGB (Red+Green+Blue) = 162+119+92=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A2775C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2775C is #5D88A3. Grayscale: #808080. Windows color (decimal): -6129828 or 6059938. OLE color: 6059938.
HSL color Cylindrical-coordinate representation of color #A2775C: hue angle of 23.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 #A2775C is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 119 | 92 | - |
| CMYK | 0 | 0.27 | 0.43 | 0.36 |
| HSL | 23.14º | 0.28% | 0.5% | - |
| HSV(B) | 23.14º | 0.43% | 0.64% | - |
| XYZ | 23.43 | 21.65 | 13.07 | - |
| YUV | 128.78 | 107.25 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 119 | 92 | 0 | 0.27 | 0.43 | 0.36 | 23.14 | 0.28 | 0.5 |
| Hex | A2 | 77 | 5C | 0 | 1B | 2B | 24 | 17 | 1C | 32 |
| Octal | 242 | 167 | 134 | 0 | 33 | 53 | 44 | 27 | 34 | 62 |
| Binary | 10100010 | 1110111 | 1011100 | 0 | 11011 | 101011 | 100100 | 10111 | 11100 | 110010 |
Color Harmonies of #A2775C
Complementary color
Monochromatic Colors of #A2775C
Black with #A2775C
Text Example
Text Example
White with #A2775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2775C; }
p { color: rgb(162,119,92); }
H1.HeaderClassName
{
color: #A2775C;
}
.AnyTagClassName
{
color: #A2775C;
}
</style>
background-color css
<style>
a { background-color: #A2775C; }
a { background-color: rgb(162,119,92); }
div.DivClassName
{
background-color: #A2775C;
}
.BgClassName
{
background-color: #A2775C;
}
</style>
border-color css
<style>
span { border-color: #A2775C; }
span { border-color: rgb(162,119,92); }
td.TdClassName
{
border-color: #A2775C;
}
.TagClassName
{
border-color: #A2775C;
}
</style>