Shades of Orange Roughy #AC523A
Tints of Orange Roughy #AC523A
RGB
CMYK
RGB Variations
Color information
#AC523A (or 0xAC523A) is known color: Orange Roughy. HEX triplet: AC, 52 and 3A. RGB value is (172,82,58). Sum of RGB (Red+Green+Blue) = 172+82+58=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC523A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC523A is #53ADC5. Grayscale: #6A6A6A. Windows color (decimal): -5483974 or 3822252. OLE color: 3822252.
HSL color Cylindrical-coordinate representation of color #AC523A: hue angle of 12.63º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC523A is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 82 | 58 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.33 |
| HSL | 12.63º | 0.5% | 0.45% | - |
| HSV(B) | 12.63º | 0.66% | 0.67% | - |
| XYZ | 20.79 | 15.11 | 5.82 | - |
| YUV | 106.17 | 100.82 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 82 | 58 | 0 | 0.52 | 0.66 | 0.33 | 12.63 | 0.5 | 0.45 |
| Hex | AC | 52 | 3A | 0 | 34 | 42 | 21 | D | 32 | 2D |
| Octal | 254 | 122 | 72 | 0 | 64 | 102 | 41 | 15 | 62 | 55 |
| Binary | 10101100 | 1010010 | 111010 | 0 | 110100 | 1000010 | 100001 | 1101 | 110010 | 101101 |
Color Harmonies of #AC523A
Complementary color
Monochromatic Colors of #AC523A
Black with #AC523A
Text Example
Text Example
White with #AC523A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC523A; }
p { color: rgb(172,82,58); }
H1.HeaderClassName
{
color: #AC523A;
}
.AnyTagClassName
{
color: #AC523A;
}
</style>
background-color css
<style>
a { background-color: #AC523A; }
a { background-color: rgb(172,82,58); }
div.DivClassName
{
background-color: #AC523A;
}
.BgClassName
{
background-color: #AC523A;
}
</style>
border-color css
<style>
span { border-color: #AC523A; }
span { border-color: rgb(172,82,58); }
td.TdClassName
{
border-color: #AC523A;
}
.TagClassName
{
border-color: #AC523A;
}
</style>