Shades of Orange Roughy #A84D3C
Tints of Orange Roughy #A84D3C
RGB
CMYK
RGB Variations
Color information
#A84D3C (or 0xA84D3C) is known color: Orange Roughy. HEX triplet: A8, 4D and 3C. RGB value is (168,77,60). Sum of RGB (Red+Green+Blue) = 168+77+60=305 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.08% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 168 - color contains mainly: red. Hex color #A84D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A84D3C is #57B2C3. Grayscale: #666666. Windows color (decimal): -5747396 or 3952040. OLE color: 3952040.
HSL color Cylindrical-coordinate representation of color #A84D3C: hue angle of 9.44º 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 #A84D3C is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 77 | 60 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.34 |
| HSL | 9.44º | 0.47% | 0.45% | - |
| HSV(B) | 9.44º | 0.64% | 0.66% | - |
| XYZ | 19.62 | 13.96 | 5.94 | - |
| YUV | 102.27 | 104.15 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 77 | 60 | 0 | 0.54 | 0.64 | 0.34 | 9.44 | 0.47 | 0.45 |
| Hex | A8 | 4D | 3C | 0 | 36 | 40 | 22 | 9 | 2F | 2D |
| Octal | 250 | 115 | 74 | 0 | 66 | 100 | 42 | 11 | 57 | 55 |
| Binary | 10101000 | 1001101 | 111100 | 0 | 110110 | 1000000 | 100010 | 1001 | 101111 | 101101 |
Color Harmonies of #A84D3C
Complementary color
Monochromatic Colors of #A84D3C
Black with #A84D3C
Text Example
Text Example
White with #A84D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84D3C; }
p { color: rgb(168,77,60); }
H1.HeaderClassName
{
color: #A84D3C;
}
.AnyTagClassName
{
color: #A84D3C;
}
</style>
background-color css
<style>
a { background-color: #A84D3C; }
a { background-color: rgb(168,77,60); }
div.DivClassName
{
background-color: #A84D3C;
}
.BgClassName
{
background-color: #A84D3C;
}
</style>
border-color css
<style>
span { border-color: #A84D3C; }
span { border-color: rgb(168,77,60); }
td.TdClassName
{
border-color: #A84D3C;
}
.TagClassName
{
border-color: #A84D3C;
}
</style>