Shades of Orange Roughy #A54E38
Tints of Orange Roughy #A54E38
RGB
CMYK
RGB Variations
Color information
#A54E38 (or 0xA54E38) is known color: Orange Roughy. HEX triplet: A5, 4E and 38. RGB value is (165,78,56). Sum of RGB (Red+Green+Blue) = 165+78+56=299 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.18% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 165 - color contains mainly: red. Hex color #A54E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A54E38 is #5AB1C7. Grayscale: #656565. Windows color (decimal): -5943752 or 3690149. OLE color: 3690149.
HSL color Cylindrical-coordinate representation of color #A54E38: hue angle of 12.11º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A54E38 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 78 | 56 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.35 |
| HSL | 12.11º | 0.49% | 0.43% | - |
| HSV(B) | 12.11º | 0.66% | 0.65% | - |
| XYZ | 18.96 | 13.73 | 5.39 | - |
| YUV | 101.51 | 102.32 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 78 | 56 | 0 | 0.53 | 0.66 | 0.35 | 12.11 | 0.49 | 0.43 |
| Hex | A5 | 4E | 38 | 0 | 35 | 42 | 23 | C | 31 | 2B |
| Octal | 245 | 116 | 70 | 0 | 65 | 102 | 43 | 14 | 61 | 53 |
| Binary | 10100101 | 1001110 | 111000 | 0 | 110101 | 1000010 | 100011 | 1100 | 110001 | 101011 |
Color Harmonies of #A54E38
Complementary color
Monochromatic Colors of #A54E38
Black with #A54E38
Text Example
Text Example
White with #A54E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54E38; }
p { color: rgb(165,78,56); }
H1.HeaderClassName
{
color: #A54E38;
}
.AnyTagClassName
{
color: #A54E38;
}
</style>
background-color css
<style>
a { background-color: #A54E38; }
a { background-color: rgb(165,78,56); }
div.DivClassName
{
background-color: #A54E38;
}
.BgClassName
{
background-color: #A54E38;
}
</style>
border-color css
<style>
span { border-color: #A54E38; }
span { border-color: rgb(165,78,56); }
td.TdClassName
{
border-color: #A54E38;
}
.TagClassName
{
border-color: #A54E38;
}
</style>