Shades of Toast #A27667
Tints of Toast #A27667
RGB
CMYK
RGB Variations
Color information
#A27667 (or 0xA27667) is known color: Toast. HEX triplet: A2, 76 and 67. RGB value is (162,118,103). Sum of RGB (Red+Green+Blue) = 162+118+103=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 103 (40.62% from 255 or 26.89% from 383); Max value from RGB is 162 - color contains mainly: red. Hex color #A27667 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27667 is #5D8998. Grayscale: #818181. Windows color (decimal): -6130073 or 6780578. OLE color: 6780578.
HSL color Cylindrical-coordinate representation of color #A27667: hue angle of 15.25º 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 #A27667 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 118 | 103 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.36 |
| HSL | 15.25º | 0.24% | 0.52% | - |
| HSV(B) | 15.25º | 0.36% | 0.64% | - |
| XYZ | 23.83 | 21.62 | 15.75 | - |
| YUV | 129.45 | 113.08 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 118 | 103 | 0 | 0.27 | 0.36 | 0.36 | 15.25 | 0.24 | 0.52 |
| Hex | A2 | 76 | 67 | 0 | 1B | 24 | 24 | F | 18 | 34 |
| Octal | 242 | 166 | 147 | 0 | 33 | 44 | 44 | 17 | 30 | 64 |
| Binary | 10100010 | 1110110 | 1100111 | 0 | 11011 | 100100 | 100100 | 1111 | 11000 | 110100 |
Color Harmonies of #A27667
Complementary color
Monochromatic Colors of #A27667
Black with #A27667
Text Example
Text Example
White with #A27667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27667; }
p { color: rgb(162,118,103); }
H1.HeaderClassName
{
color: #A27667;
}
.AnyTagClassName
{
color: #A27667;
}
</style>
background-color css
<style>
a { background-color: #A27667; }
a { background-color: rgb(162,118,103); }
div.DivClassName
{
background-color: #A27667;
}
.BgClassName
{
background-color: #A27667;
}
</style>
border-color css
<style>
span { border-color: #A27667; }
span { border-color: rgb(162,118,103); }
td.TdClassName
{
border-color: #A27667;
}
.TagClassName
{
border-color: #A27667;
}
</style>