Shades of Orange Roughy #A54E39
Tints of Orange Roughy #A54E39
RGB
CMYK
RGB Variations
Color information
#A54E39 (or 0xA54E39) is known color: Orange Roughy. HEX triplet: A5, 4E and 39. RGB value is (165,78,57). Sum of RGB (Red+Green+Blue) = 165+78+57=300 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 57 (22.66% from 255 or 19% from 300); Max value from RGB is 165 - color contains mainly: red. Hex color #A54E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A54E39 is #5AB1C6. Grayscale: #656565. Windows color (decimal): -5943751 or 3755685. OLE color: 3755685.
HSL color Cylindrical-coordinate representation of color #A54E39: hue angle of 11.67º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A54E39 is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 78 | 57 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.35 |
| HSL | 11.67º | 0.49% | 0.44% | - |
| HSV(B) | 11.67º | 0.65% | 0.65% | - |
| XYZ | 18.98 | 13.74 | 5.52 | - |
| YUV | 101.62 | 102.82 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 78 | 57 | 0 | 0.53 | 0.65 | 0.35 | 11.67 | 0.49 | 0.44 |
| Hex | A5 | 4E | 39 | 0 | 35 | 41 | 23 | C | 31 | 2C |
| Octal | 245 | 116 | 71 | 0 | 65 | 101 | 43 | 14 | 61 | 54 |
| Binary | 10100101 | 1001110 | 111001 | 0 | 110101 | 1000001 | 100011 | 1100 | 110001 | 101100 |
Color Harmonies of #A54E39
Complementary color
Monochromatic Colors of #A54E39
Black with #A54E39
Text Example
Text Example
White with #A54E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54E39; }
p { color: rgb(165,78,57); }
H1.HeaderClassName
{
color: #A54E39;
}
.AnyTagClassName
{
color: #A54E39;
}
</style>
background-color css
<style>
a { background-color: #A54E39; }
a { background-color: rgb(165,78,57); }
div.DivClassName
{
background-color: #A54E39;
}
.BgClassName
{
background-color: #A54E39;
}
</style>
border-color css
<style>
span { border-color: #A54E39; }
span { border-color: rgb(165,78,57); }
td.TdClassName
{
border-color: #A54E39;
}
.TagClassName
{
border-color: #A54E39;
}
</style>