Shades of Orange Roughy #A1543A
Tints of Orange Roughy #A1543A
RGB
CMYK
RGB Variations
Color information
#A1543A (or 0xA1543A) is known color: Orange Roughy. HEX triplet: A1, 54 and 3A. RGB value is (161,84,58). Sum of RGB (Red+Green+Blue) = 161+84+58=303 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.14% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 161 - color contains mainly: red. Hex color #A1543A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1543A is #5EABC5. Grayscale: #686868. Windows color (decimal): -6204358 or 3822753. OLE color: 3822753.
HSL color Cylindrical-coordinate representation of color #A1543A: hue angle of 15.15º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A1543A is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 84 | 58 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.37 |
| HSL | 15.15º | 0.47% | 0.43% | - |
| HSV(B) | 15.15º | 0.64% | 0.63% | - |
| XYZ | 18.63 | 14.22 | 5.77 | - |
| YUV | 104.06 | 102.01 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 84 | 58 | 0 | 0.48 | 0.64 | 0.37 | 15.15 | 0.47 | 0.43 |
| Hex | A1 | 54 | 3A | 0 | 30 | 40 | 25 | F | 2F | 2B |
| Octal | 241 | 124 | 72 | 0 | 60 | 100 | 45 | 17 | 57 | 53 |
| Binary | 10100001 | 1010100 | 111010 | 0 | 110000 | 1000000 | 100101 | 1111 | 101111 | 101011 |
Color Harmonies of #A1543A
Complementary color
Monochromatic Colors of #A1543A
Black with #A1543A
Text Example
Text Example
White with #A1543A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1543A; }
p { color: rgb(161,84,58); }
H1.HeaderClassName
{
color: #A1543A;
}
.AnyTagClassName
{
color: #A1543A;
}
</style>
background-color css
<style>
a { background-color: #A1543A; }
a { background-color: rgb(161,84,58); }
div.DivClassName
{
background-color: #A1543A;
}
.BgClassName
{
background-color: #A1543A;
}
</style>
border-color css
<style>
span { border-color: #A1543A; }
span { border-color: rgb(161,84,58); }
td.TdClassName
{
border-color: #A1543A;
}
.TagClassName
{
border-color: #A1543A;
}
</style>