Shades of Toast #AA715C
Tints of Toast #AA715C
RGB
CMYK
RGB Variations
Color information
#AA715C (or 0xAA715C) is known color: Toast. HEX triplet: AA, 71 and 5C. RGB value is (170,113,92). Sum of RGB (Red+Green+Blue) = 170+113+92=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA715C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA715C is #558EA3. Grayscale: #7F7F7F. Windows color (decimal): -5607076 or 6058410. OLE color: 6058410.
HSL color Cylindrical-coordinate representation of color #AA715C: hue angle of 16.15º 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 #AA715C is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 113 | 92 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.33 |
| HSL | 16.15º | 0.31% | 0.51% | - |
| HSV(B) | 16.15º | 0.46% | 0.67% | - |
| XYZ | 24.41 | 21.13 | 12.92 | - |
| YUV | 127.65 | 107.88 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 92 | 0 | 0.34 | 0.46 | 0.33 | 16.15 | 0.31 | 0.51 |
| Hex | AA | 71 | 5C | 0 | 22 | 2E | 21 | 10 | 1F | 33 |
| Octal | 252 | 161 | 134 | 0 | 42 | 56 | 41 | 20 | 37 | 63 |
| Binary | 10101010 | 1110001 | 1011100 | 0 | 100010 | 101110 | 100001 | 10000 | 11111 | 110011 |
Color Harmonies of #AA715C
Complementary color
Monochromatic Colors of #AA715C
Black with #AA715C
Text Example
Text Example
White with #AA715C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA715C; }
p { color: rgb(170,113,92); }
H1.HeaderClassName
{
color: #AA715C;
}
.AnyTagClassName
{
color: #AA715C;
}
</style>
background-color css
<style>
a { background-color: #AA715C; }
a { background-color: rgb(170,113,92); }
div.DivClassName
{
background-color: #AA715C;
}
.BgClassName
{
background-color: #AA715C;
}
</style>
border-color css
<style>
span { border-color: #AA715C; }
span { border-color: rgb(170,113,92); }
td.TdClassName
{
border-color: #AA715C;
}
.TagClassName
{
border-color: #AA715C;
}
</style>