Shades of Orange Roughy #AC583B
Tints of Orange Roughy #AC583B
RGB
CMYK
RGB Variations
Color information
#AC583B (or 0xAC583B) is known color: Orange Roughy. HEX triplet: AC, 58 and 3B. RGB value is (172,88,59). Sum of RGB (Red+Green+Blue) = 172+88+59=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC583B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC583B is #53A7C4. Grayscale: #6E6E6E. Windows color (decimal): -5482437 or 3889324. OLE color: 3889324.
HSL color Cylindrical-coordinate representation of color #AC583B: hue angle of 15.4º 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 #AC583B is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 88 | 59 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.33 |
| HSL | 15.4º | 0.49% | 0.45% | - |
| HSV(B) | 15.4º | 0.66% | 0.67% | - |
| XYZ | 21.29 | 16.07 | 6.12 | - |
| YUV | 109.81 | 99.33 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 88 | 59 | 0 | 0.49 | 0.66 | 0.33 | 15.4 | 0.49 | 0.45 |
| Hex | AC | 58 | 3B | 0 | 31 | 42 | 21 | F | 31 | 2D |
| Octal | 254 | 130 | 73 | 0 | 61 | 102 | 41 | 17 | 61 | 55 |
| Binary | 10101100 | 1011000 | 111011 | 0 | 110001 | 1000010 | 100001 | 1111 | 110001 | 101101 |
Color Harmonies of #AC583B
Complementary color
Monochromatic Colors of #AC583B
Black with #AC583B
Text Example
Text Example
White with #AC583B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC583B; }
p { color: rgb(172,88,59); }
H1.HeaderClassName
{
color: #AC583B;
}
.AnyTagClassName
{
color: #AC583B;
}
</style>
background-color css
<style>
a { background-color: #AC583B; }
a { background-color: rgb(172,88,59); }
div.DivClassName
{
background-color: #AC583B;
}
.BgClassName
{
background-color: #AC583B;
}
</style>
border-color css
<style>
span { border-color: #AC583B; }
span { border-color: rgb(172,88,59); }
td.TdClassName
{
border-color: #AC583B;
}
.TagClassName
{
border-color: #AC583B;
}
</style>