Shades of Orange Roughy #A74C38
Tints of Orange Roughy #A74C38
RGB
CMYK
RGB Variations
Color information
#A74C38 (or 0xA74C38) is known color: Orange Roughy. HEX triplet: A7, 4C and 38. RGB value is (167,76,56). Sum of RGB (Red+Green+Blue) = 167+76+56=299 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.85% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 167 - color contains mainly: red. Hex color #A74C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74C38 is #58B3C7. Grayscale: #656565. Windows color (decimal): -5813192 or 3689639. OLE color: 3689639.
HSL color Cylindrical-coordinate representation of color #A74C38: hue angle of 10.81º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A74C38 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 76 | 56 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.35 |
| HSL | 10.81º | 0.5% | 0.44% | - |
| HSV(B) | 10.81º | 0.66% | 0.65% | - |
| XYZ | 19.23 | 13.67 | 5.37 | - |
| YUV | 100.93 | 102.65 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 76 | 56 | 0 | 0.54 | 0.66 | 0.35 | 10.81 | 0.5 | 0.44 |
| Hex | A7 | 4C | 38 | 0 | 36 | 42 | 23 | B | 32 | 2C |
| Octal | 247 | 114 | 70 | 0 | 66 | 102 | 43 | 13 | 62 | 54 |
| Binary | 10100111 | 1001100 | 111000 | 0 | 110110 | 1000010 | 100011 | 1011 | 110010 | 101100 |
Color Harmonies of #A74C38
Complementary color
Monochromatic Colors of #A74C38
Black with #A74C38
Text Example
Text Example
White with #A74C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74C38; }
p { color: rgb(167,76,56); }
H1.HeaderClassName
{
color: #A74C38;
}
.AnyTagClassName
{
color: #A74C38;
}
</style>
background-color css
<style>
a { background-color: #A74C38; }
a { background-color: rgb(167,76,56); }
div.DivClassName
{
background-color: #A74C38;
}
.BgClassName
{
background-color: #A74C38;
}
</style>
border-color css
<style>
span { border-color: #A74C38; }
span { border-color: rgb(167,76,56); }
td.TdClassName
{
border-color: #A74C38;
}
.TagClassName
{
border-color: #A74C38;
}
</style>