Shades of Orange Roughy #AC4E37
Tints of Orange Roughy #AC4E37
RGB
CMYK
RGB Variations
Color information
#AC4E37 (or 0xAC4E37) is known color: Orange Roughy. HEX triplet: AC, 4E and 37. RGB value is (172,78,55). Sum of RGB (Red+Green+Blue) = 172+78+55=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 55 (21.88% from 255 or 18.03% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC4E37 is #53B1C8. Grayscale: #676767. Windows color (decimal): -5485001 or 3624620. OLE color: 3624620.
HSL color Cylindrical-coordinate representation of color #AC4E37: hue angle of 11.79º 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 #AC4E37 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 78 | 55 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.33 |
| HSL | 11.79º | 0.52% | 0.45% | - |
| HSV(B) | 11.79º | 0.68% | 0.67% | - |
| XYZ | 20.43 | 14.5 | 5.34 | - |
| YUV | 103.48 | 100.64 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 78 | 55 | 0 | 0.55 | 0.68 | 0.33 | 11.79 | 0.52 | 0.45 |
| Hex | AC | 4E | 37 | 0 | 37 | 44 | 21 | C | 34 | 2D |
| Octal | 254 | 116 | 67 | 0 | 67 | 104 | 41 | 14 | 64 | 55 |
| Binary | 10101100 | 1001110 | 110111 | 0 | 110111 | 1000100 | 100001 | 1100 | 110100 | 101101 |
Color Harmonies of #AC4E37
Complementary color
Monochromatic Colors of #AC4E37
Black with #AC4E37
Text Example
Text Example
White with #AC4E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4E37; }
p { color: rgb(172,78,55); }
H1.HeaderClassName
{
color: #AC4E37;
}
.AnyTagClassName
{
color: #AC4E37;
}
</style>
background-color css
<style>
a { background-color: #AC4E37; }
a { background-color: rgb(172,78,55); }
div.DivClassName
{
background-color: #AC4E37;
}
.BgClassName
{
background-color: #AC4E37;
}
</style>
border-color css
<style>
span { border-color: #AC4E37; }
span { border-color: rgb(172,78,55); }
td.TdClassName
{
border-color: #AC4E37;
}
.TagClassName
{
border-color: #AC4E37;
}
</style>