Shades of Toast #AA735A
Tints of Toast #AA735A
RGB
CMYK
RGB Variations
Color information
#AA735A (or 0xAA735A) is known color: Toast. HEX triplet: AA, 73 and 5A. RGB value is (170,115,90). Sum of RGB (Red+Green+Blue) = 170+115+90=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA735A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA735A is #558CA5. Grayscale: #808080. Windows color (decimal): -5606566 or 5927850. OLE color: 5927850.
HSL color Cylindrical-coordinate representation of color #AA735A: hue angle of 18.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA735A is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 115 | 90 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.33 |
| HSL | 18.75º | 0.32% | 0.51% | - |
| HSV(B) | 18.75º | 0.47% | 0.67% | - |
| XYZ | 24.55 | 21.55 | 12.54 | - |
| YUV | 128.6 | 106.22 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 90 | 0 | 0.32 | 0.47 | 0.33 | 18.75 | 0.32 | 0.51 |
| Hex | AA | 73 | 5A | 0 | 20 | 2F | 21 | 13 | 20 | 33 |
| Octal | 252 | 163 | 132 | 0 | 40 | 57 | 41 | 23 | 40 | 63 |
| Binary | 10101010 | 1110011 | 1011010 | 0 | 100000 | 101111 | 100001 | 10011 | 100000 | 110011 |
Color Harmonies of #AA735A
Complementary color
Monochromatic Colors of #AA735A
Black with #AA735A
Text Example
Text Example
White with #AA735A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA735A; }
p { color: rgb(170,115,90); }
H1.HeaderClassName
{
color: #AA735A;
}
.AnyTagClassName
{
color: #AA735A;
}
</style>
background-color css
<style>
a { background-color: #AA735A; }
a { background-color: rgb(170,115,90); }
div.DivClassName
{
background-color: #AA735A;
}
.BgClassName
{
background-color: #AA735A;
}
</style>
border-color css
<style>
span { border-color: #AA735A; }
span { border-color: rgb(170,115,90); }
td.TdClassName
{
border-color: #AA735A;
}
.TagClassName
{
border-color: #AA735A;
}
</style>