Shades of Orange Roughy #AC5139
Tints of Orange Roughy #AC5139
RGB
CMYK
RGB Variations
Color information
#AC5139 (or 0xAC5139) is known color: Orange Roughy. HEX triplet: AC, 51 and 39. RGB value is (172,81,57). Sum of RGB (Red+Green+Blue) = 172+81+57=310 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.48% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 57 (22.66% from 255 or 18.39% from 310); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5139 is #53AEC6. Grayscale: #696969. Windows color (decimal): -5484231 or 3756460. OLE color: 3756460.
HSL color Cylindrical-coordinate representation of color #AC5139: hue angle of 12.52º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC5139 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 81 | 57 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.33 |
| HSL | 12.52º | 0.5% | 0.45% | - |
| HSV(B) | 12.52º | 0.67% | 0.67% | - |
| XYZ | 20.69 | 14.95 | 5.67 | - |
| YUV | 105.47 | 100.65 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 81 | 57 | 0 | 0.53 | 0.67 | 0.33 | 12.52 | 0.5 | 0.45 |
| Hex | AC | 51 | 39 | 0 | 35 | 43 | 21 | D | 32 | 2D |
| Octal | 254 | 121 | 71 | 0 | 65 | 103 | 41 | 15 | 62 | 55 |
| Binary | 10101100 | 1010001 | 111001 | 0 | 110101 | 1000011 | 100001 | 1101 | 110010 | 101101 |
Color Harmonies of #AC5139
Complementary color
Monochromatic Colors of #AC5139
Black with #AC5139
Text Example
Text Example
White with #AC5139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5139; }
p { color: rgb(172,81,57); }
H1.HeaderClassName
{
color: #AC5139;
}
.AnyTagClassName
{
color: #AC5139;
}
</style>
background-color css
<style>
a { background-color: #AC5139; }
a { background-color: rgb(172,81,57); }
div.DivClassName
{
background-color: #AC5139;
}
.BgClassName
{
background-color: #AC5139;
}
</style>
border-color css
<style>
span { border-color: #AC5139; }
span { border-color: rgb(172,81,57); }
td.TdClassName
{
border-color: #AC5139;
}
.TagClassName
{
border-color: #AC5139;
}
</style>