Shades of Orange Roughy #A54B32
Tints of Orange Roughy #A54B32
RGB
CMYK
RGB Variations
Color information
#A54B32 (or 0xA54B32) is known color: Orange Roughy. HEX triplet: A5, 4B and 32. RGB value is (165,75,50). Sum of RGB (Red+Green+Blue) = 165+75+50=290 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.90% from 290); Green value is 75 (29.69% from 255 or 25.86% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 165 - color contains mainly: red. Hex color #A54B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54B32 is #5AB4CD. Grayscale: #636363. Windows color (decimal): -5944526 or 3296165. OLE color: 3296165.
HSL color Cylindrical-coordinate representation of color #A54B32: hue angle of 13.04º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A54B32 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 75 | 50 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.35 |
| HSL | 13.04º | 0.53% | 0.42% | - |
| HSV(B) | 13.04º | 0.7% | 0.65% | - |
| XYZ | 18.61 | 13.26 | 4.6 | - |
| YUV | 99.06 | 100.32 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 75 | 50 | 0 | 0.55 | 0.70 | 0.35 | 13.04 | 0.53 | 0.42 |
| Hex | A5 | 4B | 32 | 0 | 37 | 46 | 23 | D | 35 | 2A |
| Octal | 245 | 113 | 62 | 0 | 67 | 106 | 43 | 15 | 65 | 52 |
| Binary | 10100101 | 1001011 | 110010 | 0 | 110111 | 1000110 | 100011 | 1101 | 110101 | 101010 |
Color Harmonies of #A54B32
Complementary color
Monochromatic Colors of #A54B32
Black with #A54B32
Text Example
Text Example
White with #A54B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54B32; }
p { color: rgb(165,75,50); }
H1.HeaderClassName
{
color: #A54B32;
}
.AnyTagClassName
{
color: #A54B32;
}
</style>
background-color css
<style>
a { background-color: #A54B32; }
a { background-color: rgb(165,75,50); }
div.DivClassName
{
background-color: #A54B32;
}
.BgClassName
{
background-color: #A54B32;
}
</style>
border-color css
<style>
span { border-color: #A54B32; }
span { border-color: rgb(165,75,50); }
td.TdClassName
{
border-color: #A54B32;
}
.TagClassName
{
border-color: #A54B32;
}
</style>