Shades of Orange Roughy #AC5437
Tints of Orange Roughy #AC5437
RGB
CMYK
RGB Variations
Color information
#AC5437 (or 0xAC5437) is known color: Orange Roughy. HEX triplet: AC, 54 and 37. RGB value is (172,84,55). Sum of RGB (Red+Green+Blue) = 172+84+55=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 55 (21.88% from 255 or 17.68% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5437 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5437 is #53ABC8. Grayscale: #6B6B6B. Windows color (decimal): -5483465 or 3626156. OLE color: 3626156.
HSL color Cylindrical-coordinate representation of color #AC5437: hue angle of 14.87º 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 #AC5437 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 84 | 55 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.33 |
| HSL | 14.87º | 0.52% | 0.45% | - |
| HSV(B) | 14.87º | 0.68% | 0.67% | - |
| XYZ | 20.87 | 15.39 | 5.48 | - |
| YUV | 107.01 | 98.65 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 84 | 55 | 0 | 0.51 | 0.68 | 0.33 | 14.87 | 0.52 | 0.45 |
| Hex | AC | 54 | 37 | 0 | 33 | 44 | 21 | F | 34 | 2D |
| Octal | 254 | 124 | 67 | 0 | 63 | 104 | 41 | 17 | 64 | 55 |
| Binary | 10101100 | 1010100 | 110111 | 0 | 110011 | 1000100 | 100001 | 1111 | 110100 | 101101 |
Color Harmonies of #AC5437
Complementary color
Monochromatic Colors of #AC5437
Black with #AC5437
Text Example
Text Example
White with #AC5437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5437; }
p { color: rgb(172,84,55); }
H1.HeaderClassName
{
color: #AC5437;
}
.AnyTagClassName
{
color: #AC5437;
}
</style>
background-color css
<style>
a { background-color: #AC5437; }
a { background-color: rgb(172,84,55); }
div.DivClassName
{
background-color: #AC5437;
}
.BgClassName
{
background-color: #AC5437;
}
</style>
border-color css
<style>
span { border-color: #AC5437; }
span { border-color: rgb(172,84,55); }
td.TdClassName
{
border-color: #AC5437;
}
.TagClassName
{
border-color: #AC5437;
}
</style>