Shades of Orange Roughy #AC513D
Tints of Orange Roughy #AC513D
RGB
CMYK
RGB Variations
Color information
#AC513D (or 0xAC513D) is known color: Orange Roughy. HEX triplet: AC, 51 and 3D. RGB value is (172,81,61). Sum of RGB (Red+Green+Blue) = 172+81+61=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC513D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC513D is #53AEC2. Grayscale: #6A6A6A. Windows color (decimal): -5484227 or 4018604. OLE color: 4018604.
HSL color Cylindrical-coordinate representation of color #AC513D: hue angle of 10.81º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC513D is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 81 | 61 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.33 |
| HSL | 10.81º | 0.48% | 0.46% | - |
| HSV(B) | 10.81º | 0.65% | 0.67% | - |
| XYZ | 20.8 | 14.99 | 6.21 | - |
| YUV | 105.93 | 102.65 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 81 | 61 | 0 | 0.53 | 0.65 | 0.33 | 10.81 | 0.48 | 0.46 |
| Hex | AC | 51 | 3D | 0 | 35 | 41 | 21 | B | 30 | 2E |
| Octal | 254 | 121 | 75 | 0 | 65 | 101 | 41 | 13 | 60 | 56 |
| Binary | 10101100 | 1010001 | 111101 | 0 | 110101 | 1000001 | 100001 | 1011 | 110000 | 101110 |
Color Harmonies of #AC513D
Complementary color
Monochromatic Colors of #AC513D
Black with #AC513D
Text Example
Text Example
White with #AC513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC513D; }
p { color: rgb(172,81,61); }
H1.HeaderClassName
{
color: #AC513D;
}
.AnyTagClassName
{
color: #AC513D;
}
</style>
background-color css
<style>
a { background-color: #AC513D; }
a { background-color: rgb(172,81,61); }
div.DivClassName
{
background-color: #AC513D;
}
.BgClassName
{
background-color: #AC513D;
}
</style>
border-color css
<style>
span { border-color: #AC513D; }
span { border-color: rgb(172,81,61); }
td.TdClassName
{
border-color: #AC513D;
}
.TagClassName
{
border-color: #AC513D;
}
</style>