Shades of Orange Roughy #AC4D36
Tints of Orange Roughy #AC4D36
RGB
CMYK
RGB Variations
Color information
#AC4D36 (or 0xAC4D36) is known color: Orange Roughy. HEX triplet: AC, 4D and 36. RGB value is (172,77,54). Sum of RGB (Red+Green+Blue) = 172+77+54=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC4D36 is #53B2C9. Grayscale: #666666. Windows color (decimal): -5485258 or 3558828. OLE color: 3558828.
HSL color Cylindrical-coordinate representation of color #AC4D36: hue angle of 11.69º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC4D36 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 77 | 54 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.33 |
| HSL | 11.69º | 0.52% | 0.44% | - |
| HSV(B) | 11.69º | 0.69% | 0.67% | - |
| XYZ | 20.33 | 14.34 | 5.19 | - |
| YUV | 102.78 | 100.47 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 77 | 54 | 0 | 0.55 | 0.69 | 0.33 | 11.69 | 0.52 | 0.44 |
| Hex | AC | 4D | 36 | 0 | 37 | 45 | 21 | C | 34 | 2C |
| Octal | 254 | 115 | 66 | 0 | 67 | 105 | 41 | 14 | 64 | 54 |
| Binary | 10101100 | 1001101 | 110110 | 0 | 110111 | 1000101 | 100001 | 1100 | 110100 | 101100 |
Color Harmonies of #AC4D36
Complementary color
Monochromatic Colors of #AC4D36
Black with #AC4D36
Text Example
Text Example
White with #AC4D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4D36; }
p { color: rgb(172,77,54); }
H1.HeaderClassName
{
color: #AC4D36;
}
.AnyTagClassName
{
color: #AC4D36;
}
</style>
background-color css
<style>
a { background-color: #AC4D36; }
a { background-color: rgb(172,77,54); }
div.DivClassName
{
background-color: #AC4D36;
}
.BgClassName
{
background-color: #AC4D36;
}
</style>
border-color css
<style>
span { border-color: #AC4D36; }
span { border-color: rgb(172,77,54); }
td.TdClassName
{
border-color: #AC4D36;
}
.TagClassName
{
border-color: #AC4D36;
}
</style>