Shades of Orange Roughy #A7523D
Tints of Orange Roughy #A7523D
RGB
CMYK
RGB Variations
Color information
#A7523D (or 0xA7523D) is known color: Orange Roughy. HEX triplet: A7, 52 and 3D. RGB value is (167,82,61). Sum of RGB (Red+Green+Blue) = 167+82+61=310 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.87% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 167 - color contains mainly: red. Hex color #A7523D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7523D is #58ADC2. Grayscale: #696969. Windows color (decimal): -5811651 or 4018855. OLE color: 4018855.
HSL color Cylindrical-coordinate representation of color #A7523D: hue angle of 11.89º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A7523D is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 82 | 61 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.35 |
| HSL | 11.89º | 0.46% | 0.45% | - |
| HSV(B) | 11.89º | 0.63% | 0.65% | - |
| XYZ | 19.8 | 14.59 | 6.19 | - |
| YUV | 105.02 | 103.16 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 82 | 61 | 0 | 0.51 | 0.63 | 0.35 | 11.89 | 0.46 | 0.45 |
| Hex | A7 | 52 | 3D | 0 | 33 | 3F | 23 | C | 2E | 2D |
| Octal | 247 | 122 | 75 | 0 | 63 | 77 | 43 | 14 | 56 | 55 |
| Binary | 10100111 | 1010010 | 111101 | 0 | 110011 | 111111 | 100011 | 1100 | 101110 | 101101 |
Color Harmonies of #A7523D
Complementary color
Monochromatic Colors of #A7523D
Black with #A7523D
Text Example
Text Example
White with #A7523D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7523D; }
p { color: rgb(167,82,61); }
H1.HeaderClassName
{
color: #A7523D;
}
.AnyTagClassName
{
color: #A7523D;
}
</style>
background-color css
<style>
a { background-color: #A7523D; }
a { background-color: rgb(167,82,61); }
div.DivClassName
{
background-color: #A7523D;
}
.BgClassName
{
background-color: #A7523D;
}
</style>
border-color css
<style>
span { border-color: #A7523D; }
span { border-color: rgb(167,82,61); }
td.TdClassName
{
border-color: #A7523D;
}
.TagClassName
{
border-color: #A7523D;
}
</style>