Shades of Toast #AA725D
Tints of Toast #AA725D
RGB
CMYK
RGB Variations
Color information
#AA725D (or 0xAA725D) is known color: Toast. HEX triplet: AA, 72 and 5D. RGB value is (170,114,93). Sum of RGB (Red+Green+Blue) = 170+114+93=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA725D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA725D is #558DA2. Grayscale: #808080. Windows color (decimal): -5606819 or 6124202. OLE color: 6124202.
HSL color Cylindrical-coordinate representation of color #AA725D: hue angle of 16.36º 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 #AA725D is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 114 | 93 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.33 |
| HSL | 16.36º | 0.31% | 0.52% | - |
| HSV(B) | 16.36º | 0.45% | 0.67% | - |
| XYZ | 24.57 | 21.37 | 13.19 | - |
| YUV | 128.35 | 108.05 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 114 | 93 | 0 | 0.33 | 0.45 | 0.33 | 16.36 | 0.31 | 0.52 |
| Hex | AA | 72 | 5D | 0 | 21 | 2D | 21 | 10 | 1F | 34 |
| Octal | 252 | 162 | 135 | 0 | 41 | 55 | 41 | 20 | 37 | 64 |
| Binary | 10101010 | 1110010 | 1011101 | 0 | 100001 | 101101 | 100001 | 10000 | 11111 | 110100 |
Color Harmonies of #AA725D
Complementary color
Monochromatic Colors of #AA725D
Black with #AA725D
Text Example
Text Example
White with #AA725D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA725D; }
p { color: rgb(170,114,93); }
H1.HeaderClassName
{
color: #AA725D;
}
.AnyTagClassName
{
color: #AA725D;
}
</style>
background-color css
<style>
a { background-color: #AA725D; }
a { background-color: rgb(170,114,93); }
div.DivClassName
{
background-color: #AA725D;
}
.BgClassName
{
background-color: #AA725D;
}
</style>
border-color css
<style>
span { border-color: #AA725D; }
span { border-color: rgb(170,114,93); }
td.TdClassName
{
border-color: #AA725D;
}
.TagClassName
{
border-color: #AA725D;
}
</style>