Shades of Orange Roughy #AC5637
Tints of Orange Roughy #AC5637
RGB
CMYK
RGB Variations
Color information
#AC5637 (or 0xAC5637) is known color: Orange Roughy. HEX triplet: AC, 56 and 37. RGB value is (172,86,55). Sum of RGB (Red+Green+Blue) = 172+86+55=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5637 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5637 is #53A9C8. Grayscale: #6C6C6C. Windows color (decimal): -5482953 or 3626668. OLE color: 3626668.
HSL color Cylindrical-coordinate representation of color #AC5637: hue angle of 15.9º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC5637 is Cyan = 0, Magento = 0.5, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 86 | 55 | - |
| CMYK | 0 | 0.5 | 0.68 | 0.33 |
| HSL | 15.9º | 0.52% | 0.45% | - |
| HSV(B) | 15.9º | 0.68% | 0.67% | - |
| XYZ | 21.03 | 15.7 | 5.54 | - |
| YUV | 108.18 | 97.99 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 86 | 55 | 0 | 0.5 | 0.68 | 0.33 | 15.9 | 0.52 | 0.45 |
| Hex | AC | 56 | 37 | 0 | 32 | 44 | 21 | 10 | 34 | 2D |
| Octal | 254 | 126 | 67 | 0 | 62 | 104 | 41 | 20 | 64 | 55 |
| Binary | 10101100 | 1010110 | 110111 | 0 | 110010 | 1000100 | 100001 | 10000 | 110100 | 101101 |
Color Harmonies of #AC5637
Complementary color
Monochromatic Colors of #AC5637
Black with #AC5637
Text Example
Text Example
White with #AC5637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5637; }
p { color: rgb(172,86,55); }
H1.HeaderClassName
{
color: #AC5637;
}
.AnyTagClassName
{
color: #AC5637;
}
</style>
background-color css
<style>
a { background-color: #AC5637; }
a { background-color: rgb(172,86,55); }
div.DivClassName
{
background-color: #AC5637;
}
.BgClassName
{
background-color: #AC5637;
}
</style>
border-color css
<style>
span { border-color: #AC5637; }
span { border-color: rgb(172,86,55); }
td.TdClassName
{
border-color: #AC5637;
}
.TagClassName
{
border-color: #AC5637;
}
</style>