Shades of Orange Roughy #AC593B
Tints of Orange Roughy #AC593B
RGB
CMYK
RGB Variations
Color information
#AC593B (or 0xAC593B) is known color: Orange Roughy. HEX triplet: AC, 59 and 3B. RGB value is (172,89,59). Sum of RGB (Red+Green+Blue) = 172+89+59=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC593B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC593B is #53A6C4. Grayscale: #6E6E6E. Windows color (decimal): -5482181 or 3889580. OLE color: 3889580.
HSL color Cylindrical-coordinate representation of color #AC593B: hue angle of 15.93º 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 #AC593B is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 89 | 59 | - |
| CMYK | 0 | 0.48 | 0.66 | 0.33 |
| HSL | 15.93º | 0.49% | 0.45% | - |
| HSV(B) | 15.93º | 0.66% | 0.67% | - |
| XYZ | 21.38 | 16.23 | 6.14 | - |
| YUV | 110.4 | 99 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 89 | 59 | 0 | 0.48 | 0.66 | 0.33 | 15.93 | 0.49 | 0.45 |
| Hex | AC | 59 | 3B | 0 | 30 | 42 | 21 | 10 | 31 | 2D |
| Octal | 254 | 131 | 73 | 0 | 60 | 102 | 41 | 20 | 61 | 55 |
| Binary | 10101100 | 1011001 | 111011 | 0 | 110000 | 1000010 | 100001 | 10000 | 110001 | 101101 |
Color Harmonies of #AC593B
Complementary color
Monochromatic Colors of #AC593B
Black with #AC593B
Text Example
Text Example
White with #AC593B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC593B; }
p { color: rgb(172,89,59); }
H1.HeaderClassName
{
color: #AC593B;
}
.AnyTagClassName
{
color: #AC593B;
}
</style>
background-color css
<style>
a { background-color: #AC593B; }
a { background-color: rgb(172,89,59); }
div.DivClassName
{
background-color: #AC593B;
}
.BgClassName
{
background-color: #AC593B;
}
</style>
border-color css
<style>
span { border-color: #AC593B; }
span { border-color: rgb(172,89,59); }
td.TdClassName
{
border-color: #AC593B;
}
.TagClassName
{
border-color: #AC593B;
}
</style>