Shades of Toast #A37969
Tints of Toast #A37969
RGB
CMYK
RGB Variations
Color information
#A37969 (or 0xA37969) is known color: Toast. HEX triplet: A3, 79 and 69. RGB value is (163,121,105). Sum of RGB (Red+Green+Blue) = 163+121+105=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 105 (41.41% from 255 or 26.99% from 389); Max value from RGB is 163 - color contains mainly: red. Hex color #A37969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37969 is #5C8696. Grayscale: #838383. Windows color (decimal): -6063767 or 6912419. OLE color: 6912419.
HSL color Cylindrical-coordinate representation of color #A37969: hue angle of 16.55º 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 #A37969 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 121 | 105 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.36 |
| HSL | 16.55º | 0.24% | 0.53% | - |
| HSV(B) | 16.55º | 0.36% | 0.64% | - |
| XYZ | 24.49 | 22.48 | 16.41 | - |
| YUV | 131.73 | 112.91 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 121 | 105 | 0 | 0.26 | 0.36 | 0.36 | 16.55 | 0.24 | 0.53 |
| Hex | A3 | 79 | 69 | 0 | 1A | 24 | 24 | 11 | 18 | 35 |
| Octal | 243 | 171 | 151 | 0 | 32 | 44 | 44 | 21 | 30 | 65 |
| Binary | 10100011 | 1111001 | 1101001 | 0 | 11010 | 100100 | 100100 | 10001 | 11000 | 110101 |
Color Harmonies of #A37969
Complementary color
Monochromatic Colors of #A37969
Black with #A37969
Text Example
Text Example
White with #A37969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37969; }
p { color: rgb(163,121,105); }
H1.HeaderClassName
{
color: #A37969;
}
.AnyTagClassName
{
color: #A37969;
}
</style>
background-color css
<style>
a { background-color: #A37969; }
a { background-color: rgb(163,121,105); }
div.DivClassName
{
background-color: #A37969;
}
.BgClassName
{
background-color: #A37969;
}
</style>
border-color css
<style>
span { border-color: #A37969; }
span { border-color: rgb(163,121,105); }
td.TdClassName
{
border-color: #A37969;
}
.TagClassName
{
border-color: #A37969;
}
</style>