Shades of Orange Roughy #AC4D33
Tints of Orange Roughy #AC4D33
RGB
CMYK
RGB Variations
Color information
#AC4D33 (or 0xAC4D33) is known color: Orange Roughy. HEX triplet: AC, 4D and 33. RGB value is (172,77,51). Sum of RGB (Red+Green+Blue) = 172+77+51=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 51 (20.31% from 255 or 17% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC4D33 is #53B2CC. Grayscale: #666666. Windows color (decimal): -5485261 or 3362220. OLE color: 3362220.
HSL color Cylindrical-coordinate representation of color #AC4D33: hue angle of 12.89º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC4D33 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 77 | 51 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.33 |
| HSL | 12.89º | 0.54% | 0.44% | - |
| HSV(B) | 12.89º | 0.7% | 0.67% | - |
| XYZ | 20.26 | 14.32 | 4.83 | - |
| YUV | 102.44 | 98.97 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 77 | 51 | 0 | 0.55 | 0.70 | 0.33 | 12.89 | 0.54 | 0.44 |
| Hex | AC | 4D | 33 | 0 | 37 | 46 | 21 | D | 36 | 2C |
| Octal | 254 | 115 | 63 | 0 | 67 | 106 | 41 | 15 | 66 | 54 |
| Binary | 10101100 | 1001101 | 110011 | 0 | 110111 | 1000110 | 100001 | 1101 | 110110 | 101100 |
Color Harmonies of #AC4D33
Complementary color
Monochromatic Colors of #AC4D33
Black with #AC4D33
Text Example
Text Example
White with #AC4D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4D33; }
p { color: rgb(172,77,51); }
H1.HeaderClassName
{
color: #AC4D33;
}
.AnyTagClassName
{
color: #AC4D33;
}
</style>
background-color css
<style>
a { background-color: #AC4D33; }
a { background-color: rgb(172,77,51); }
div.DivClassName
{
background-color: #AC4D33;
}
.BgClassName
{
background-color: #AC4D33;
}
</style>
border-color css
<style>
span { border-color: #AC4D33; }
span { border-color: rgb(172,77,51); }
td.TdClassName
{
border-color: #AC4D33;
}
.TagClassName
{
border-color: #AC4D33;
}
</style>