Shades of Orange Roughy #AC5339
Tints of Orange Roughy #AC5339
RGB
CMYK
RGB Variations
Color information
#AC5339 (or 0xAC5339) is known color: Orange Roughy. HEX triplet: AC, 53 and 39. RGB value is (172,83,57). Sum of RGB (Red+Green+Blue) = 172+83+57=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 57 (22.66% from 255 or 18.27% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5339 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5339 is #53ACC6. Grayscale: #6A6A6A. Windows color (decimal): -5483719 or 3756972. OLE color: 3756972.
HSL color Cylindrical-coordinate representation of color #AC5339: hue angle of 13.57º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC5339 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 83 | 57 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.33 |
| HSL | 13.57º | 0.5% | 0.45% | - |
| HSV(B) | 13.57º | 0.67% | 0.67% | - |
| XYZ | 20.85 | 15.25 | 5.72 | - |
| YUV | 106.65 | 99.99 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 83 | 57 | 0 | 0.52 | 0.67 | 0.33 | 13.57 | 0.5 | 0.45 |
| Hex | AC | 53 | 39 | 0 | 34 | 43 | 21 | E | 32 | 2D |
| Octal | 254 | 123 | 71 | 0 | 64 | 103 | 41 | 16 | 62 | 55 |
| Binary | 10101100 | 1010011 | 111001 | 0 | 110100 | 1000011 | 100001 | 1110 | 110010 | 101101 |
Color Harmonies of #AC5339
Complementary color
Monochromatic Colors of #AC5339
Black with #AC5339
Text Example
Text Example
White with #AC5339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5339; }
p { color: rgb(172,83,57); }
H1.HeaderClassName
{
color: #AC5339;
}
.AnyTagClassName
{
color: #AC5339;
}
</style>
background-color css
<style>
a { background-color: #AC5339; }
a { background-color: rgb(172,83,57); }
div.DivClassName
{
background-color: #AC5339;
}
.BgClassName
{
background-color: #AC5339;
}
</style>
border-color css
<style>
span { border-color: #AC5339; }
span { border-color: rgb(172,83,57); }
td.TdClassName
{
border-color: #AC5339;
}
.TagClassName
{
border-color: #AC5339;
}
</style>