Shades of Orange Roughy #A9593C
Tints of Orange Roughy #A9593C
RGB
CMYK
RGB Variations
Color information
#A9593C (or 0xA9593C) is known color: Orange Roughy. HEX triplet: A9, 59 and 3C. RGB value is (169,89,60). Sum of RGB (Red+Green+Blue) = 169+89+60=318 (42% of max value = 765). Red value is 169 (66.41% from 255 or 53.14% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 169 - color contains mainly: red. Hex color #A9593C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9593C is #56A6C3. Grayscale: #6D6D6D. Windows color (decimal): -5678788 or 3955113. OLE color: 3955113.
HSL color Cylindrical-coordinate representation of color #A9593C: hue angle of 15.96º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A9593C is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 89 | 60 | - |
| CMYK | 0 | 0.47 | 0.64 | 0.34 |
| HSL | 15.96º | 0.48% | 0.45% | - |
| HSV(B) | 15.96º | 0.64% | 0.66% | - |
| XYZ | 20.75 | 15.91 | 6.25 | - |
| YUV | 109.61 | 100 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 89 | 60 | 0 | 0.47 | 0.64 | 0.34 | 15.96 | 0.48 | 0.45 |
| Hex | A9 | 59 | 3C | 0 | 2F | 40 | 22 | 10 | 30 | 2D |
| Octal | 251 | 131 | 74 | 0 | 57 | 100 | 42 | 20 | 60 | 55 |
| Binary | 10101001 | 1011001 | 111100 | 0 | 101111 | 1000000 | 100010 | 10000 | 110000 | 101101 |
Color Harmonies of #A9593C
Complementary color
Monochromatic Colors of #A9593C
Black with #A9593C
Text Example
Text Example
White with #A9593C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9593C; }
p { color: rgb(169,89,60); }
H1.HeaderClassName
{
color: #A9593C;
}
.AnyTagClassName
{
color: #A9593C;
}
</style>
background-color css
<style>
a { background-color: #A9593C; }
a { background-color: rgb(169,89,60); }
div.DivClassName
{
background-color: #A9593C;
}
.BgClassName
{
background-color: #A9593C;
}
</style>
border-color css
<style>
span { border-color: #A9593C; }
span { border-color: rgb(169,89,60); }
td.TdClassName
{
border-color: #A9593C;
}
.TagClassName
{
border-color: #A9593C;
}
</style>