Shades of Toast #AA775C
Tints of Toast #AA775C
RGB
CMYK
RGB Variations
Color information
#AA775C (or 0xAA775C) is known color: Toast. HEX triplet: AA, 77 and 5C. RGB value is (170,119,92). Sum of RGB (Red+Green+Blue) = 170+119+92=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA775C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA775C is #5588A3. Grayscale: #838383. Windows color (decimal): -5605540 or 6059946. OLE color: 6059946.
HSL color Cylindrical-coordinate representation of color #AA775C: hue angle of 20.77º 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 #AA775C is Cyan = 0, Magento = 0.3, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 119 | 92 | - |
| CMYK | 0 | 0.3 | 0.46 | 0.33 |
| HSL | 20.77º | 0.31% | 0.51% | - |
| HSV(B) | 20.77º | 0.46% | 0.67% | - |
| XYZ | 25.11 | 22.51 | 13.15 | - |
| YUV | 131.17 | 105.9 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 92 | 0 | 0.3 | 0.46 | 0.33 | 20.77 | 0.31 | 0.51 |
| Hex | AA | 77 | 5C | 0 | 1E | 2E | 21 | 15 | 1F | 33 |
| Octal | 252 | 167 | 134 | 0 | 36 | 56 | 41 | 25 | 37 | 63 |
| Binary | 10101010 | 1110111 | 1011100 | 0 | 11110 | 101110 | 100001 | 10101 | 11111 | 110011 |
Color Harmonies of #AA775C
Complementary color
Monochromatic Colors of #AA775C
Black with #AA775C
Text Example
Text Example
White with #AA775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA775C; }
p { color: rgb(170,119,92); }
H1.HeaderClassName
{
color: #AA775C;
}
.AnyTagClassName
{
color: #AA775C;
}
</style>
background-color css
<style>
a { background-color: #AA775C; }
a { background-color: rgb(170,119,92); }
div.DivClassName
{
background-color: #AA775C;
}
.BgClassName
{
background-color: #AA775C;
}
</style>
border-color css
<style>
span { border-color: #AA775C; }
span { border-color: rgb(170,119,92); }
td.TdClassName
{
border-color: #AA775C;
}
.TagClassName
{
border-color: #AA775C;
}
</style>