Shades of Orange Roughy #AC543C
Tints of Orange Roughy #AC543C
RGB
CMYK
RGB Variations
Color information
#AC543C (or 0xAC543C) is known color: Orange Roughy. HEX triplet: AC, 54 and 3C. RGB value is (172,84,60). Sum of RGB (Red+Green+Blue) = 172+84+60=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC543C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC543C is #53ABC3. Grayscale: #6B6B6B. Windows color (decimal): -5483460 or 3953836. OLE color: 3953836.
HSL color Cylindrical-coordinate representation of color #AC543C: hue angle of 12.86º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC543C is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 84 | 60 | - |
| CMYK | 0 | 0.51 | 0.65 | 0.33 |
| HSL | 12.86º | 0.48% | 0.45% | - |
| HSV(B) | 12.86º | 0.65% | 0.67% | - |
| XYZ | 21 | 15.44 | 6.15 | - |
| YUV | 107.58 | 101.15 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 84 | 60 | 0 | 0.51 | 0.65 | 0.33 | 12.86 | 0.48 | 0.45 |
| Hex | AC | 54 | 3C | 0 | 33 | 41 | 21 | D | 30 | 2D |
| Octal | 254 | 124 | 74 | 0 | 63 | 101 | 41 | 15 | 60 | 55 |
| Binary | 10101100 | 1010100 | 111100 | 0 | 110011 | 1000001 | 100001 | 1101 | 110000 | 101101 |
Color Harmonies of #AC543C
Complementary color
Monochromatic Colors of #AC543C
Black with #AC543C
Text Example
Text Example
White with #AC543C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC543C; }
p { color: rgb(172,84,60); }
H1.HeaderClassName
{
color: #AC543C;
}
.AnyTagClassName
{
color: #AC543C;
}
</style>
background-color css
<style>
a { background-color: #AC543C; }
a { background-color: rgb(172,84,60); }
div.DivClassName
{
background-color: #AC543C;
}
.BgClassName
{
background-color: #AC543C;
}
</style>
border-color css
<style>
span { border-color: #AC543C; }
span { border-color: rgb(172,84,60); }
td.TdClassName
{
border-color: #AC543C;
}
.TagClassName
{
border-color: #AC543C;
}
</style>