Shades of Orange Roughy #AC543B
Tints of Orange Roughy #AC543B
RGB
CMYK
RGB Variations
Color information
#AC543B (or 0xAC543B) is known color: Orange Roughy. HEX triplet: AC, 54 and 3B. RGB value is (172,84,59). Sum of RGB (Red+Green+Blue) = 172+84+59=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC543B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC543B is #53ABC4. Grayscale: #6B6B6B. Windows color (decimal): -5483461 or 3888300. OLE color: 3888300.
HSL color Cylindrical-coordinate representation of color #AC543B: hue angle of 13.27º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC543B is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 84 | 59 | - |
| CMYK | 0 | 0.51 | 0.66 | 0.33 |
| HSL | 13.27º | 0.49% | 0.45% | - |
| HSV(B) | 13.27º | 0.66% | 0.67% | - |
| XYZ | 20.97 | 15.43 | 6.01 | - |
| YUV | 107.46 | 100.65 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 84 | 59 | 0 | 0.51 | 0.66 | 0.33 | 13.27 | 0.49 | 0.45 |
| Hex | AC | 54 | 3B | 0 | 33 | 42 | 21 | D | 31 | 2D |
| Octal | 254 | 124 | 73 | 0 | 63 | 102 | 41 | 15 | 61 | 55 |
| Binary | 10101100 | 1010100 | 111011 | 0 | 110011 | 1000010 | 100001 | 1101 | 110001 | 101101 |
Color Harmonies of #AC543B
Complementary color
Monochromatic Colors of #AC543B
Black with #AC543B
Text Example
Text Example
White with #AC543B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC543B; }
p { color: rgb(172,84,59); }
H1.HeaderClassName
{
color: #AC543B;
}
.AnyTagClassName
{
color: #AC543B;
}
</style>
background-color css
<style>
a { background-color: #AC543B; }
a { background-color: rgb(172,84,59); }
div.DivClassName
{
background-color: #AC543B;
}
.BgClassName
{
background-color: #AC543B;
}
</style>
border-color css
<style>
span { border-color: #AC543B; }
span { border-color: rgb(172,84,59); }
td.TdClassName
{
border-color: #AC543B;
}
.TagClassName
{
border-color: #AC543B;
}
</style>