Shades of Orange Roughy #AC583D
Tints of Orange Roughy #AC583D
RGB
CMYK
RGB Variations
Color information
#AC583D (or 0xAC583D) is known color: Orange Roughy. HEX triplet: AC, 58 and 3D. RGB value is (172,88,61). Sum of RGB (Red+Green+Blue) = 172+88+61=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC583D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC583D is #53A7C2. Grayscale: #6E6E6E. Windows color (decimal): -5482435 or 4020396. OLE color: 4020396.
HSL color Cylindrical-coordinate representation of color #AC583D: hue angle of 14.59º 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 #AC583D is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 88 | 61 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.33 |
| HSL | 14.59º | 0.48% | 0.46% | - |
| HSV(B) | 14.59º | 0.65% | 0.67% | - |
| XYZ | 21.35 | 16.09 | 6.39 | - |
| YUV | 110.04 | 100.33 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 88 | 61 | 0 | 0.49 | 0.65 | 0.33 | 14.59 | 0.48 | 0.46 |
| Hex | AC | 58 | 3D | 0 | 31 | 41 | 21 | F | 30 | 2E |
| Octal | 254 | 130 | 75 | 0 | 61 | 101 | 41 | 17 | 60 | 56 |
| Binary | 10101100 | 1011000 | 111101 | 0 | 110001 | 1000001 | 100001 | 1111 | 110000 | 101110 |
Color Harmonies of #AC583D
Complementary color
Monochromatic Colors of #AC583D
Black with #AC583D
Text Example
Text Example
White with #AC583D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC583D; }
p { color: rgb(172,88,61); }
H1.HeaderClassName
{
color: #AC583D;
}
.AnyTagClassName
{
color: #AC583D;
}
</style>
background-color css
<style>
a { background-color: #AC583D; }
a { background-color: rgb(172,88,61); }
div.DivClassName
{
background-color: #AC583D;
}
.BgClassName
{
background-color: #AC583D;
}
</style>
border-color css
<style>
span { border-color: #AC583D; }
span { border-color: rgb(172,88,61); }
td.TdClassName
{
border-color: #AC583D;
}
.TagClassName
{
border-color: #AC583D;
}
</style>