Shades of Orange Roughy #AC503A
Tints of Orange Roughy #AC503A
RGB
CMYK
RGB Variations
Color information
#AC503A (or 0xAC503A) is known color: Orange Roughy. HEX triplet: AC, 50 and 3A. RGB value is (172,80,58). Sum of RGB (Red+Green+Blue) = 172+80+58=310 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.48% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 172 - color contains mainly: red. Hex color #AC503A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC503A is #53AFC5. Grayscale: #696969. Windows color (decimal): -5484486 or 3821740. OLE color: 3821740.
HSL color Cylindrical-coordinate representation of color #AC503A: hue angle of 11.58º degrees, saturation: 0.5, 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 #AC503A is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 80 | 58 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.33 |
| HSL | 11.58º | 0.5% | 0.45% | - |
| HSV(B) | 11.58º | 0.66% | 0.67% | - |
| XYZ | 20.65 | 14.81 | 5.77 | - |
| YUV | 105 | 101.48 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 80 | 58 | 0 | 0.53 | 0.66 | 0.33 | 11.58 | 0.5 | 0.45 |
| Hex | AC | 50 | 3A | 0 | 35 | 42 | 21 | C | 32 | 2D |
| Octal | 254 | 120 | 72 | 0 | 65 | 102 | 41 | 14 | 62 | 55 |
| Binary | 10101100 | 1010000 | 111010 | 0 | 110101 | 1000010 | 100001 | 1100 | 110010 | 101101 |
Color Harmonies of #AC503A
Complementary color
Monochromatic Colors of #AC503A
Black with #AC503A
Text Example
Text Example
White with #AC503A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC503A; }
p { color: rgb(172,80,58); }
H1.HeaderClassName
{
color: #AC503A;
}
.AnyTagClassName
{
color: #AC503A;
}
</style>
background-color css
<style>
a { background-color: #AC503A; }
a { background-color: rgb(172,80,58); }
div.DivClassName
{
background-color: #AC503A;
}
.BgClassName
{
background-color: #AC503A;
}
</style>
border-color css
<style>
span { border-color: #AC503A; }
span { border-color: rgb(172,80,58); }
td.TdClassName
{
border-color: #AC503A;
}
.TagClassName
{
border-color: #AC503A;
}
</style>