Shades of Orange Roughy #A84D3D
Tints of Orange Roughy #A84D3D
RGB
CMYK
RGB Variations
Color information
#A84D3D (or 0xA84D3D) is known color: Orange Roughy. HEX triplet: A8, 4D and 3D. RGB value is (168,77,61). Sum of RGB (Red+Green+Blue) = 168+77+61=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A84D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A84D3D is #57B2C2. Grayscale: #666666. Windows color (decimal): -5747395 or 4017576. OLE color: 4017576.
HSL color Cylindrical-coordinate representation of color #A84D3D: hue angle of 8.97º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A84D3D is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 77 | 61 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.34 |
| HSL | 8.97º | 0.47% | 0.45% | - |
| HSV(B) | 8.97º | 0.64% | 0.66% | - |
| XYZ | 19.64 | 13.97 | 6.08 | - |
| YUV | 102.39 | 104.65 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 77 | 61 | 0 | 0.54 | 0.64 | 0.34 | 8.97 | 0.47 | 0.45 |
| Hex | A8 | 4D | 3D | 0 | 36 | 40 | 22 | 9 | 2F | 2D |
| Octal | 250 | 115 | 75 | 0 | 66 | 100 | 42 | 11 | 57 | 55 |
| Binary | 10101000 | 1001101 | 111101 | 0 | 110110 | 1000000 | 100010 | 1001 | 101111 | 101101 |
Color Harmonies of #A84D3D
Complementary color
Monochromatic Colors of #A84D3D
Black with #A84D3D
Text Example
Text Example
White with #A84D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84D3D; }
p { color: rgb(168,77,61); }
H1.HeaderClassName
{
color: #A84D3D;
}
.AnyTagClassName
{
color: #A84D3D;
}
</style>
background-color css
<style>
a { background-color: #A84D3D; }
a { background-color: rgb(168,77,61); }
div.DivClassName
{
background-color: #A84D3D;
}
.BgClassName
{
background-color: #A84D3D;
}
</style>
border-color css
<style>
span { border-color: #A84D3D; }
span { border-color: rgb(168,77,61); }
td.TdClassName
{
border-color: #A84D3D;
}
.TagClassName
{
border-color: #A84D3D;
}
</style>