Shades of Orange Roughy #AC5436
Tints of Orange Roughy #AC5436
RGB
CMYK
RGB Variations
Color information
#AC5436 (or 0xAC5436) is known color: Orange Roughy. HEX triplet: AC, 54 and 36. RGB value is (172,84,54). Sum of RGB (Red+Green+Blue) = 172+84+54=310 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.48% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5436 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5436 is #53ABC9. Grayscale: #6B6B6B. Windows color (decimal): -5483466 or 3560620. OLE color: 3560620.
HSL color Cylindrical-coordinate representation of color #AC5436: hue angle of 15.25º 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 #AC5436 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 84 | 54 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.33 |
| HSL | 15.25º | 0.52% | 0.44% | - |
| HSV(B) | 15.25º | 0.69% | 0.67% | - |
| XYZ | 20.85 | 15.38 | 5.36 | - |
| YUV | 106.89 | 98.15 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 84 | 54 | 0 | 0.51 | 0.69 | 0.33 | 15.25 | 0.52 | 0.44 |
| Hex | AC | 54 | 36 | 0 | 33 | 45 | 21 | F | 34 | 2C |
| Octal | 254 | 124 | 66 | 0 | 63 | 105 | 41 | 17 | 64 | 54 |
| Binary | 10101100 | 1010100 | 110110 | 0 | 110011 | 1000101 | 100001 | 1111 | 110100 | 101100 |
Color Harmonies of #AC5436
Complementary color
Monochromatic Colors of #AC5436
Black with #AC5436
Text Example
Text Example
White with #AC5436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5436; }
p { color: rgb(172,84,54); }
H1.HeaderClassName
{
color: #AC5436;
}
.AnyTagClassName
{
color: #AC5436;
}
</style>
background-color css
<style>
a { background-color: #AC5436; }
a { background-color: rgb(172,84,54); }
div.DivClassName
{
background-color: #AC5436;
}
.BgClassName
{
background-color: #AC5436;
}
</style>
border-color css
<style>
span { border-color: #AC5436; }
span { border-color: rgb(172,84,54); }
td.TdClassName
{
border-color: #AC5436;
}
.TagClassName
{
border-color: #AC5436;
}
</style>