Shades of Toast #AA735C
Tints of Toast #AA735C
RGB
CMYK
RGB Variations
Color information
#AA735C (or 0xAA735C) is known color: Toast. HEX triplet: AA, 73 and 5C. RGB value is (170,115,92). Sum of RGB (Red+Green+Blue) = 170+115+92=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA735C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA735C is #558CA3. Grayscale: #808080. Windows color (decimal): -5606564 or 6058922. OLE color: 6058922.
HSL color Cylindrical-coordinate representation of color #AA735C: hue angle of 17.69º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA735C is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 115 | 92 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.33 |
| HSL | 17.69º | 0.31% | 0.51% | - |
| HSV(B) | 17.69º | 0.46% | 0.67% | - |
| XYZ | 24.64 | 21.58 | 12.99 | - |
| YUV | 128.82 | 107.22 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 92 | 0 | 0.32 | 0.46 | 0.33 | 17.69 | 0.31 | 0.51 |
| Hex | AA | 73 | 5C | 0 | 20 | 2E | 21 | 12 | 1F | 33 |
| Octal | 252 | 163 | 134 | 0 | 40 | 56 | 41 | 22 | 37 | 63 |
| Binary | 10101010 | 1110011 | 1011100 | 0 | 100000 | 101110 | 100001 | 10010 | 11111 | 110011 |
Color Harmonies of #AA735C
Complementary color
Monochromatic Colors of #AA735C
Black with #AA735C
Text Example
Text Example
White with #AA735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA735C; }
p { color: rgb(170,115,92); }
H1.HeaderClassName
{
color: #AA735C;
}
.AnyTagClassName
{
color: #AA735C;
}
</style>
background-color css
<style>
a { background-color: #AA735C; }
a { background-color: rgb(170,115,92); }
div.DivClassName
{
background-color: #AA735C;
}
.BgClassName
{
background-color: #AA735C;
}
</style>
border-color css
<style>
span { border-color: #AA735C; }
span { border-color: rgb(170,115,92); }
td.TdClassName
{
border-color: #AA735C;
}
.TagClassName
{
border-color: #AA735C;
}
</style>