Shades of Toast #A37468
Tints of Toast #A37468
RGB
CMYK
RGB Variations
Color information
#A37468 (or 0xA37468) is known color: Toast. HEX triplet: A3, 74 and 68. RGB value is (163,116,104). Sum of RGB (Red+Green+Blue) = 163+116+104=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 163 - color contains mainly: red. Hex color #A37468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37468 is #5C8B97. Grayscale: #808080. Windows color (decimal): -6065048 or 6845603. OLE color: 6845603.
HSL color Cylindrical-coordinate representation of color #A37468: hue angle of 12.2º 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 #A37468 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 116 | 104 | - |
| CMYK | 0 | 0.29 | 0.36 | 0.36 |
| HSL | 12.2º | 0.24% | 0.52% | - |
| HSV(B) | 12.2º | 0.36% | 0.64% | - |
| XYZ | 23.85 | 21.28 | 15.95 | - |
| YUV | 128.69 | 114.07 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 116 | 104 | 0 | 0.29 | 0.36 | 0.36 | 12.2 | 0.24 | 0.52 |
| Hex | A3 | 74 | 68 | 0 | 1D | 24 | 24 | C | 18 | 34 |
| Octal | 243 | 164 | 150 | 0 | 35 | 44 | 44 | 14 | 30 | 64 |
| Binary | 10100011 | 1110100 | 1101000 | 0 | 11101 | 100100 | 100100 | 1100 | 11000 | 110100 |
Color Harmonies of #A37468
Complementary color
Monochromatic Colors of #A37468
Black with #A37468
Text Example
Text Example
White with #A37468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37468; }
p { color: rgb(163,116,104); }
H1.HeaderClassName
{
color: #A37468;
}
.AnyTagClassName
{
color: #A37468;
}
</style>
background-color css
<style>
a { background-color: #A37468; }
a { background-color: rgb(163,116,104); }
div.DivClassName
{
background-color: #A37468;
}
.BgClassName
{
background-color: #A37468;
}
</style>
border-color css
<style>
span { border-color: #A37468; }
span { border-color: rgb(163,116,104); }
td.TdClassName
{
border-color: #A37468;
}
.TagClassName
{
border-color: #A37468;
}
</style>