Shades of Orange Roughy #A84B36
Tints of Orange Roughy #A84B36
RGB
CMYK
RGB Variations
Color information
#A84B36 (or 0xA84B36) is known color: Orange Roughy. HEX triplet: A8, 4B and 36. RGB value is (168,75,54). Sum of RGB (Red+Green+Blue) = 168+75+54=297 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.57% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 168 - color contains mainly: red. Hex color #A84B36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84B36 is #57B4C9. Grayscale: #646464. Windows color (decimal): -5747914 or 3558312. OLE color: 3558312.
HSL color Cylindrical-coordinate representation of color #A84B36: hue angle of 11.05º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A84B36 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 75 | 54 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.34 |
| HSL | 11.05º | 0.51% | 0.44% | - |
| HSV(B) | 11.05º | 0.68% | 0.66% | - |
| XYZ | 19.33 | 13.62 | 5.1 | - |
| YUV | 100.41 | 101.81 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 75 | 54 | 0 | 0.55 | 0.68 | 0.34 | 11.05 | 0.51 | 0.44 |
| Hex | A8 | 4B | 36 | 0 | 37 | 44 | 22 | B | 33 | 2C |
| Octal | 250 | 113 | 66 | 0 | 67 | 104 | 42 | 13 | 63 | 54 |
| Binary | 10101000 | 1001011 | 110110 | 0 | 110111 | 1000100 | 100010 | 1011 | 110011 | 101100 |
Color Harmonies of #A84B36
Complementary color
Monochromatic Colors of #A84B36
Black with #A84B36
Text Example
Text Example
White with #A84B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84B36; }
p { color: rgb(168,75,54); }
H1.HeaderClassName
{
color: #A84B36;
}
.AnyTagClassName
{
color: #A84B36;
}
</style>
background-color css
<style>
a { background-color: #A84B36; }
a { background-color: rgb(168,75,54); }
div.DivClassName
{
background-color: #A84B36;
}
.BgClassName
{
background-color: #A84B36;
}
</style>
border-color css
<style>
span { border-color: #A84B36; }
span { border-color: rgb(168,75,54); }
td.TdClassName
{
border-color: #A84B36;
}
.TagClassName
{
border-color: #A84B36;
}
</style>