Shades of Toast #A47362
Tints of Toast #A47362
RGB
CMYK
RGB Variations
Color information
#A47362 (or 0xA47362) is known color: Toast. HEX triplet: A4, 73 and 62. RGB value is (164,115,98). Sum of RGB (Red+Green+Blue) = 164+115+98=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A47362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47362 is #5B8C9D. Grayscale: #7F7F7F. Windows color (decimal): -5999774 or 6452132. OLE color: 6452132.
HSL color Cylindrical-coordinate representation of color #A47362: hue angle of 15.45º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A47362 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 115 | 98 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.36 |
| HSL | 15.45º | 0.27% | 0.51% | - |
| HSV(B) | 15.45º | 0.4% | 0.64% | - |
| XYZ | 23.65 | 21.04 | 14.37 | - |
| YUV | 127.71 | 111.23 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 115 | 98 | 0 | 0.30 | 0.40 | 0.36 | 15.45 | 0.27 | 0.51 |
| Hex | A4 | 73 | 62 | 0 | 1E | 28 | 24 | F | 1B | 33 |
| Octal | 244 | 163 | 142 | 0 | 36 | 50 | 44 | 17 | 33 | 63 |
| Binary | 10100100 | 1110011 | 1100010 | 0 | 11110 | 101000 | 100100 | 1111 | 11011 | 110011 |
Color Harmonies of #A47362
Complementary color
Monochromatic Colors of #A47362
Black with #A47362
Text Example
Text Example
White with #A47362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47362; }
p { color: rgb(164,115,98); }
H1.HeaderClassName
{
color: #A47362;
}
.AnyTagClassName
{
color: #A47362;
}
</style>
background-color css
<style>
a { background-color: #A47362; }
a { background-color: rgb(164,115,98); }
div.DivClassName
{
background-color: #A47362;
}
.BgClassName
{
background-color: #A47362;
}
</style>
border-color css
<style>
span { border-color: #A47362; }
span { border-color: rgb(164,115,98); }
td.TdClassName
{
border-color: #A47362;
}
.TagClassName
{
border-color: #A47362;
}
</style>