Shades of Orange Roughy #AC533B
Tints of Orange Roughy #AC533B
RGB
CMYK
RGB Variations
Color information
#AC533B (or 0xAC533B) is known color: Orange Roughy. HEX triplet: AC, 53 and 3B. RGB value is (172,83,59). Sum of RGB (Red+Green+Blue) = 172+83+59=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC533B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC533B is #53ACC4. Grayscale: #6B6B6B. Windows color (decimal): -5483717 or 3888044. OLE color: 3888044.
HSL color Cylindrical-coordinate representation of color #AC533B: hue angle of 12.74º degrees, saturation: 0.49, 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 #AC533B is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 83 | 59 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.33 |
| HSL | 12.74º | 0.49% | 0.45% | - |
| HSV(B) | 12.74º | 0.66% | 0.67% | - |
| XYZ | 20.9 | 15.27 | 5.98 | - |
| YUV | 106.88 | 100.99 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 83 | 59 | 0 | 0.52 | 0.66 | 0.33 | 12.74 | 0.49 | 0.45 |
| Hex | AC | 53 | 3B | 0 | 34 | 42 | 21 | D | 31 | 2D |
| Octal | 254 | 123 | 73 | 0 | 64 | 102 | 41 | 15 | 61 | 55 |
| Binary | 10101100 | 1010011 | 111011 | 0 | 110100 | 1000010 | 100001 | 1101 | 110001 | 101101 |
Color Harmonies of #AC533B
Complementary color
Monochromatic Colors of #AC533B
Black with #AC533B
Text Example
Text Example
White with #AC533B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC533B; }
p { color: rgb(172,83,59); }
H1.HeaderClassName
{
color: #AC533B;
}
.AnyTagClassName
{
color: #AC533B;
}
</style>
background-color css
<style>
a { background-color: #AC533B; }
a { background-color: rgb(172,83,59); }
div.DivClassName
{
background-color: #AC533B;
}
.BgClassName
{
background-color: #AC533B;
}
</style>
border-color css
<style>
span { border-color: #AC533B; }
span { border-color: rgb(172,83,59); }
td.TdClassName
{
border-color: #AC533B;
}
.TagClassName
{
border-color: #AC533B;
}
</style>