Shades of Orange Roughy #AC533A
Tints of Orange Roughy #AC533A
RGB
CMYK
RGB Variations
Color information
#AC533A (or 0xAC533A) is known color: Orange Roughy. HEX triplet: AC, 53 and 3A. RGB value is (172,83,58). Sum of RGB (Red+Green+Blue) = 172+83+58=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC533A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC533A is #53ACC5. Grayscale: #6A6A6A. Windows color (decimal): -5483718 or 3822508. OLE color: 3822508.
HSL color Cylindrical-coordinate representation of color #AC533A: hue angle of 13.16º 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 #AC533A is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 83 | 58 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.33 |
| HSL | 13.16º | 0.5% | 0.45% | - |
| HSV(B) | 13.16º | 0.66% | 0.67% | - |
| XYZ | 20.87 | 15.26 | 5.85 | - |
| YUV | 106.76 | 100.49 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 83 | 58 | 0 | 0.52 | 0.66 | 0.33 | 13.16 | 0.5 | 0.45 |
| Hex | AC | 53 | 3A | 0 | 34 | 42 | 21 | D | 32 | 2D |
| Octal | 254 | 123 | 72 | 0 | 64 | 102 | 41 | 15 | 62 | 55 |
| Binary | 10101100 | 1010011 | 111010 | 0 | 110100 | 1000010 | 100001 | 1101 | 110010 | 101101 |
Color Harmonies of #AC533A
Complementary color
Monochromatic Colors of #AC533A
Black with #AC533A
Text Example
Text Example
White with #AC533A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC533A; }
p { color: rgb(172,83,58); }
H1.HeaderClassName
{
color: #AC533A;
}
.AnyTagClassName
{
color: #AC533A;
}
</style>
background-color css
<style>
a { background-color: #AC533A; }
a { background-color: rgb(172,83,58); }
div.DivClassName
{
background-color: #AC533A;
}
.BgClassName
{
background-color: #AC533A;
}
</style>
border-color css
<style>
span { border-color: #AC533A; }
span { border-color: rgb(172,83,58); }
td.TdClassName
{
border-color: #AC533A;
}
.TagClassName
{
border-color: #AC533A;
}
</style>