Shades of Toast #AA755D
Tints of Toast #AA755D
RGB
CMYK
RGB Variations
Color information
#AA755D (or 0xAA755D) is known color: Toast. HEX triplet: AA, 75 and 5D. RGB value is (170,117,93). Sum of RGB (Red+Green+Blue) = 170+117+93=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA755D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA755D is #558AA2. Grayscale: #828282. Windows color (decimal): -5606051 or 6124970. OLE color: 6124970.
HSL color Cylindrical-coordinate representation of color #AA755D: hue angle of 18.7º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA755D is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 117 | 93 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.33 |
| HSL | 18.7º | 0.31% | 0.52% | - |
| HSV(B) | 18.7º | 0.45% | 0.67% | - |
| XYZ | 24.91 | 22.06 | 13.3 | - |
| YUV | 130.11 | 107.06 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 93 | 0 | 0.31 | 0.45 | 0.33 | 18.7 | 0.31 | 0.52 |
| Hex | AA | 75 | 5D | 0 | 1F | 2D | 21 | 13 | 1F | 34 |
| Octal | 252 | 165 | 135 | 0 | 37 | 55 | 41 | 23 | 37 | 64 |
| Binary | 10101010 | 1110101 | 1011101 | 0 | 11111 | 101101 | 100001 | 10011 | 11111 | 110100 |
Color Harmonies of #AA755D
Complementary color
Monochromatic Colors of #AA755D
Black with #AA755D
Text Example
Text Example
White with #AA755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA755D; }
p { color: rgb(170,117,93); }
H1.HeaderClassName
{
color: #AA755D;
}
.AnyTagClassName
{
color: #AA755D;
}
</style>
background-color css
<style>
a { background-color: #AA755D; }
a { background-color: rgb(170,117,93); }
div.DivClassName
{
background-color: #AA755D;
}
.BgClassName
{
background-color: #AA755D;
}
</style>
border-color css
<style>
span { border-color: #AA755D; }
span { border-color: rgb(170,117,93); }
td.TdClassName
{
border-color: #AA755D;
}
.TagClassName
{
border-color: #AA755D;
}
</style>