Shades of Orange Roughy #A54B30
Tints of Orange Roughy #A54B30
RGB
CMYK
RGB Variations
Color information
#A54B30 (or 0xA54B30) is known color: Orange Roughy. HEX triplet: A5, 4B and 30. RGB value is (165,75,48). Sum of RGB (Red+Green+Blue) = 165+75+48=288 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.29% from 288); Green value is 75 (29.69% from 255 or 26.04% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 165 - color contains mainly: red. Hex color #A54B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54B30 is #5AB4CF. Grayscale: #636363. Windows color (decimal): -5944528 or 3165093. OLE color: 3165093.
HSL color Cylindrical-coordinate representation of color #A54B30: hue angle of 13.85º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A54B30 is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 75 | 48 | - |
| CMYK | 0 | 0.55 | 0.71 | 0.35 |
| HSL | 13.85º | 0.55% | 0.42% | - |
| HSV(B) | 13.85º | 0.71% | 0.65% | - |
| XYZ | 18.57 | 13.24 | 4.37 | - |
| YUV | 98.83 | 99.32 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 75 | 48 | 0 | 0.55 | 0.71 | 0.35 | 13.85 | 0.55 | 0.42 |
| Hex | A5 | 4B | 30 | 0 | 37 | 47 | 23 | E | 37 | 2A |
| Octal | 245 | 113 | 60 | 0 | 67 | 107 | 43 | 16 | 67 | 52 |
| Binary | 10100101 | 1001011 | 110000 | 0 | 110111 | 1000111 | 100011 | 1110 | 110111 | 101010 |
Color Harmonies of #A54B30
Complementary color
Monochromatic Colors of #A54B30
Black with #A54B30
Text Example
Text Example
White with #A54B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54B30; }
p { color: rgb(165,75,48); }
H1.HeaderClassName
{
color: #A54B30;
}
.AnyTagClassName
{
color: #A54B30;
}
</style>
background-color css
<style>
a { background-color: #A54B30; }
a { background-color: rgb(165,75,48); }
div.DivClassName
{
background-color: #A54B30;
}
.BgClassName
{
background-color: #A54B30;
}
</style>
border-color css
<style>
span { border-color: #A54B30; }
span { border-color: rgb(165,75,48); }
td.TdClassName
{
border-color: #A54B30;
}
.TagClassName
{
border-color: #A54B30;
}
</style>