Shades of Toast #A27368
Tints of Toast #A27368
RGB
CMYK
RGB Variations
Color information
#A27368 (or 0xA27368) is known color: Toast. HEX triplet: A2, 73 and 68. RGB value is (162,115,104). Sum of RGB (Red+Green+Blue) = 162+115+104=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 162 - color contains mainly: red. Hex color #A27368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27368 is #5D8C97. Grayscale: #7F7F7F. Windows color (decimal): -6130840 or 6845346. OLE color: 6845346.
HSL color Cylindrical-coordinate representation of color #A27368: hue angle of 11.38º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A27368 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 115 | 104 | - |
| CMYK | 0 | 0.29 | 0.36 | 0.36 |
| HSL | 11.38º | 0.24% | 0.52% | - |
| HSV(B) | 11.38º | 0.36% | 0.64% | - |
| XYZ | 23.53 | 20.94 | 15.9 | - |
| YUV | 127.8 | 114.57 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 115 | 104 | 0 | 0.29 | 0.36 | 0.36 | 11.38 | 0.24 | 0.52 |
| Hex | A2 | 73 | 68 | 0 | 1D | 24 | 24 | B | 18 | 34 |
| Octal | 242 | 163 | 150 | 0 | 35 | 44 | 44 | 13 | 30 | 64 |
| Binary | 10100010 | 1110011 | 1101000 | 0 | 11101 | 100100 | 100100 | 1011 | 11000 | 110100 |
Color Harmonies of #A27368
Complementary color
Monochromatic Colors of #A27368
Black with #A27368
Text Example
Text Example
White with #A27368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27368; }
p { color: rgb(162,115,104); }
H1.HeaderClassName
{
color: #A27368;
}
.AnyTagClassName
{
color: #A27368;
}
</style>
background-color css
<style>
a { background-color: #A27368; }
a { background-color: rgb(162,115,104); }
div.DivClassName
{
background-color: #A27368;
}
.BgClassName
{
background-color: #A27368;
}
</style>
border-color css
<style>
span { border-color: #A27368; }
span { border-color: rgb(162,115,104); }
td.TdClassName
{
border-color: #A27368;
}
.TagClassName
{
border-color: #A27368;
}
</style>