Shades of Toast #A37669
Tints of Toast #A37669
RGB
CMYK
RGB Variations
Color information
#A37669 (or 0xA37669) is known color: Toast. HEX triplet: A3, 76 and 69. RGB value is (163,118,105). Sum of RGB (Red+Green+Blue) = 163+118+105=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 105 (41.41% from 255 or 27.20% from 386); Max value from RGB is 163 - color contains mainly: red. Hex color #A37669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37669 is #5C8996. Grayscale: #828282. Windows color (decimal): -6064535 or 6911651. OLE color: 6911651.
HSL color Cylindrical-coordinate representation of color #A37669: hue angle of 13.45º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A37669 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 118 | 105 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.36 |
| HSL | 13.45º | 0.24% | 0.53% | - |
| HSV(B) | 13.45º | 0.36% | 0.64% | - |
| XYZ | 24.13 | 21.76 | 16.29 | - |
| YUV | 129.97 | 113.91 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 118 | 105 | 0 | 0.28 | 0.36 | 0.36 | 13.45 | 0.24 | 0.53 |
| Hex | A3 | 76 | 69 | 0 | 1C | 24 | 24 | D | 18 | 35 |
| Octal | 243 | 166 | 151 | 0 | 34 | 44 | 44 | 15 | 30 | 65 |
| Binary | 10100011 | 1110110 | 1101001 | 0 | 11100 | 100100 | 100100 | 1101 | 11000 | 110101 |
Color Harmonies of #A37669
Complementary color
Monochromatic Colors of #A37669
Black with #A37669
Text Example
Text Example
White with #A37669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37669; }
p { color: rgb(163,118,105); }
H1.HeaderClassName
{
color: #A37669;
}
.AnyTagClassName
{
color: #A37669;
}
</style>
background-color css
<style>
a { background-color: #A37669; }
a { background-color: rgb(163,118,105); }
div.DivClassName
{
background-color: #A37669;
}
.BgClassName
{
background-color: #A37669;
}
</style>
border-color css
<style>
span { border-color: #A37669; }
span { border-color: rgb(163,118,105); }
td.TdClassName
{
border-color: #A37669;
}
.TagClassName
{
border-color: #A37669;
}
</style>