Shades of Toast #A27355
Tints of Toast #A27355
RGB
CMYK
RGB Variations
Color information
#A27355 (or 0xA27355) is known color: Toast. HEX triplet: A2, 73 and 55. RGB value is (162,115,85). Sum of RGB (Red+Green+Blue) = 162+115+85=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 162 - color contains mainly: red. Hex color #A27355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27355 is #5D8CAA. Grayscale: #7D7D7D. Windows color (decimal): -6130859 or 5600162. OLE color: 5600162.
HSL color Cylindrical-coordinate representation of color #A27355: hue angle of 23.38º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A27355 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 115 | 85 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.36 |
| HSL | 23.38º | 0.31% | 0.48% | - |
| HSV(B) | 23.38º | 0.48% | 0.64% | - |
| XYZ | 22.67 | 20.6 | 11.38 | - |
| YUV | 125.63 | 105.07 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 115 | 85 | 0 | 0.29 | 0.48 | 0.36 | 23.38 | 0.31 | 0.48 |
| Hex | A2 | 73 | 55 | 0 | 1D | 30 | 24 | 17 | 1F | 30 |
| Octal | 242 | 163 | 125 | 0 | 35 | 60 | 44 | 27 | 37 | 60 |
| Binary | 10100010 | 1110011 | 1010101 | 0 | 11101 | 110000 | 100100 | 10111 | 11111 | 110000 |
Color Harmonies of #A27355
Complementary color
Monochromatic Colors of #A27355
Black with #A27355
Text Example
Text Example
White with #A27355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27355; }
p { color: rgb(162,115,85); }
H1.HeaderClassName
{
color: #A27355;
}
.AnyTagClassName
{
color: #A27355;
}
</style>
background-color css
<style>
a { background-color: #A27355; }
a { background-color: rgb(162,115,85); }
div.DivClassName
{
background-color: #A27355;
}
.BgClassName
{
background-color: #A27355;
}
</style>
border-color css
<style>
span { border-color: #A27355; }
span { border-color: rgb(162,115,85); }
td.TdClassName
{
border-color: #A27355;
}
.TagClassName
{
border-color: #A27355;
}
</style>