Shades of Toast #AC7360
Tints of Toast #AC7360
RGB
CMYK
RGB Variations
Color information
#AC7360 (or 0xAC7360) is known color: Toast. HEX triplet: AC, 73 and 60. RGB value is (172,115,96). Sum of RGB (Red+Green+Blue) = 172+115+96=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7360 is #538C9F. Grayscale: #828282. Windows color (decimal): -5475488 or 6321068. OLE color: 6321068.
HSL color Cylindrical-coordinate representation of color #AC7360: hue angle of 15º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC7360 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 115 | 96 | - |
CMYK | 0 | 0.33 | 0.44 | 0.33 |
HSL | 15º | 0.31% | 0.53% | - |
HSV(B) | 15º | 0.44% | 0.67% | - |
XYZ | 25.26 | 21.88 | 13.96 | - |
YUV | 129.88 | 108.88 | 158.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 115 | 96 | 0 | 0.33 | 0.44 | 0.33 | 15 | 0.31 | 0.53 |
Hex | AC | 73 | 60 | 0 | 21 | 2C | 21 | F | 1F | 35 |
Octal | 254 | 163 | 140 | 0 | 41 | 54 | 41 | 17 | 37 | 65 |
Binary | 10101100 | 1110011 | 1100000 | 0 | 100001 | 101100 | 100001 | 1111 | 11111 | 110101 |
Color Harmonies of #AC7360
Complementary color
Monochromatic Colors of #AC7360
Black with #AC7360
Text Example
Text Example
White with #AC7360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7360; }
p { color: rgb(172,115,96); }
H1.HeaderClassName
{
color: #AC7360;
}
.AnyTagClassName
{
color: #AC7360;
}
</style>
background-color css
<style>
a { background-color: #AC7360; }
a { background-color: rgb(172,115,96); }
div.DivClassName
{
background-color: #AC7360;
}
.BgClassName
{
background-color: #AC7360;
}
</style>
border-color css
<style>
span { border-color: #AC7360; }
span { border-color: rgb(172,115,96); }
td.TdClassName
{
border-color: #AC7360;
}
.TagClassName
{
border-color: #AC7360;
}
</style>