Shades of Toast #A4705A
Tints of Toast #A4705A
RGB
CMYK
RGB Variations
Color information
#A4705A (or 0xA4705A) is known color: Toast. HEX triplet: A4, 70 and 5A. RGB value is (164,112,90). Sum of RGB (Red+Green+Blue) = 164+112+90=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 164 - color contains mainly: red. Hex color #A4705A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4705A is #5B8FA5. Grayscale: #7D7D7D. Windows color (decimal): -6000550 or 5927076. OLE color: 5927076.
HSL color Cylindrical-coordinate representation of color #A4705A: hue angle of 17.84º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A4705A is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 112 | 90 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.36 |
| HSL | 17.84º | 0.29% | 0.5% | - |
| HSV(B) | 17.84º | 0.45% | 0.64% | - |
| XYZ | 22.95 | 20.22 | 12.37 | - |
| YUV | 125.04 | 108.23 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 112 | 90 | 0 | 0.32 | 0.45 | 0.36 | 17.84 | 0.29 | 0.5 |
| Hex | A4 | 70 | 5A | 0 | 20 | 2D | 24 | 12 | 1D | 32 |
| Octal | 244 | 160 | 132 | 0 | 40 | 55 | 44 | 22 | 35 | 62 |
| Binary | 10100100 | 1110000 | 1011010 | 0 | 100000 | 101101 | 100100 | 10010 | 11101 | 110010 |
Color Harmonies of #A4705A
Complementary color
Monochromatic Colors of #A4705A
Black with #A4705A
Text Example
Text Example
White with #A4705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4705A; }
p { color: rgb(164,112,90); }
H1.HeaderClassName
{
color: #A4705A;
}
.AnyTagClassName
{
color: #A4705A;
}
</style>
background-color css
<style>
a { background-color: #A4705A; }
a { background-color: rgb(164,112,90); }
div.DivClassName
{
background-color: #A4705A;
}
.BgClassName
{
background-color: #A4705A;
}
</style>
border-color css
<style>
span { border-color: #A4705A; }
span { border-color: rgb(164,112,90); }
td.TdClassName
{
border-color: #A4705A;
}
.TagClassName
{
border-color: #A4705A;
}
</style>