Shades of Toast #AA725C
Tints of Toast #AA725C
RGB
CMYK
RGB Variations
Color information
#AA725C (or 0xAA725C) is known color: Toast. HEX triplet: AA, 72 and 5C. RGB value is (170,114,92). Sum of RGB (Red+Green+Blue) = 170+114+92=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA725C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA725C is #558DA3. Grayscale: #808080. Windows color (decimal): -5606820 or 6058666. OLE color: 6058666.
HSL color Cylindrical-coordinate representation of color #AA725C: hue angle of 16.92º 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 #AA725C is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 114 | 92 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.33 |
| HSL | 16.92º | 0.31% | 0.51% | - |
| HSV(B) | 16.92º | 0.46% | 0.67% | - |
| XYZ | 24.53 | 21.35 | 12.95 | - |
| YUV | 128.24 | 107.55 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 114 | 92 | 0 | 0.33 | 0.46 | 0.33 | 16.92 | 0.31 | 0.51 |
| Hex | AA | 72 | 5C | 0 | 21 | 2E | 21 | 11 | 1F | 33 |
| Octal | 252 | 162 | 134 | 0 | 41 | 56 | 41 | 21 | 37 | 63 |
| Binary | 10101010 | 1110010 | 1011100 | 0 | 100001 | 101110 | 100001 | 10001 | 11111 | 110011 |
Color Harmonies of #AA725C
Complementary color
Monochromatic Colors of #AA725C
Black with #AA725C
Text Example
Text Example
White with #AA725C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA725C; }
p { color: rgb(170,114,92); }
H1.HeaderClassName
{
color: #AA725C;
}
.AnyTagClassName
{
color: #AA725C;
}
</style>
background-color css
<style>
a { background-color: #AA725C; }
a { background-color: rgb(170,114,92); }
div.DivClassName
{
background-color: #AA725C;
}
.BgClassName
{
background-color: #AA725C;
}
</style>
border-color css
<style>
span { border-color: #AA725C; }
span { border-color: rgb(170,114,92); }
td.TdClassName
{
border-color: #AA725C;
}
.TagClassName
{
border-color: #AA725C;
}
</style>