Shades of Orange Roughy #A54E33
Tints of Orange Roughy #A54E33
RGB
CMYK
RGB Variations
Color information
#A54E33 (or 0xA54E33) is known color: Orange Roughy. HEX triplet: A5, 4E and 33. RGB value is (165,78,51). Sum of RGB (Red+Green+Blue) = 165+78+51=294 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.12% from 294); Green value is 78 (30.86% from 255 or 26.53% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 165 - color contains mainly: red. Hex color #A54E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A54E33 is #5AB1CC. Grayscale: #656565. Windows color (decimal): -5943757 or 3362469. OLE color: 3362469.
HSL color Cylindrical-coordinate representation of color #A54E33: hue angle of 14.21º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A54E33 is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 78 | 51 | - |
| CMYK | 0 | 0.53 | 0.69 | 0.35 |
| HSL | 14.21º | 0.53% | 0.42% | - |
| HSV(B) | 14.21º | 0.69% | 0.65% | - |
| XYZ | 18.84 | 13.69 | 4.78 | - |
| YUV | 100.94 | 99.82 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 78 | 51 | 0 | 0.53 | 0.69 | 0.35 | 14.21 | 0.53 | 0.42 |
| Hex | A5 | 4E | 33 | 0 | 35 | 45 | 23 | E | 35 | 2A |
| Octal | 245 | 116 | 63 | 0 | 65 | 105 | 43 | 16 | 65 | 52 |
| Binary | 10100101 | 1001110 | 110011 | 0 | 110101 | 1000101 | 100011 | 1110 | 110101 | 101010 |
Color Harmonies of #A54E33
Complementary color
Monochromatic Colors of #A54E33
Black with #A54E33
Text Example
Text Example
White with #A54E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54E33; }
p { color: rgb(165,78,51); }
H1.HeaderClassName
{
color: #A54E33;
}
.AnyTagClassName
{
color: #A54E33;
}
</style>
background-color css
<style>
a { background-color: #A54E33; }
a { background-color: rgb(165,78,51); }
div.DivClassName
{
background-color: #A54E33;
}
.BgClassName
{
background-color: #A54E33;
}
</style>
border-color css
<style>
span { border-color: #A54E33; }
span { border-color: rgb(165,78,51); }
td.TdClassName
{
border-color: #A54E33;
}
.TagClassName
{
border-color: #A54E33;
}
</style>