Shades of Orange Roughy #A44C38
Tints of Orange Roughy #A44C38
RGB
CMYK
RGB Variations
Color information
#A44C38 (or 0xA44C38) is known color: Orange Roughy. HEX triplet: A4, 4C and 38. RGB value is (164,76,56). Sum of RGB (Red+Green+Blue) = 164+76+56=296 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.41% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 56 (22.27% from 255 or 18.92% from 296); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44C38 is #5BB3C7. Grayscale: #646464. Windows color (decimal): -6009800 or 3689636. OLE color: 3689636.
HSL color Cylindrical-coordinate representation of color #A44C38: hue angle of 11.11º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A44C38 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 76 | 56 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.36 |
| HSL | 11.11º | 0.49% | 0.43% | - |
| HSV(B) | 11.11º | 0.66% | 0.64% | - |
| XYZ | 18.61 | 13.35 | 5.34 | - |
| YUV | 100.03 | 103.15 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 76 | 56 | 0 | 0.54 | 0.66 | 0.36 | 11.11 | 0.49 | 0.43 |
| Hex | A4 | 4C | 38 | 0 | 36 | 42 | 24 | B | 31 | 2B |
| Octal | 244 | 114 | 70 | 0 | 66 | 102 | 44 | 13 | 61 | 53 |
| Binary | 10100100 | 1001100 | 111000 | 0 | 110110 | 1000010 | 100100 | 1011 | 110001 | 101011 |
Color Harmonies of #A44C38
Complementary color
Monochromatic Colors of #A44C38
Black with #A44C38
Text Example
Text Example
White with #A44C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44C38; }
p { color: rgb(164,76,56); }
H1.HeaderClassName
{
color: #A44C38;
}
.AnyTagClassName
{
color: #A44C38;
}
</style>
background-color css
<style>
a { background-color: #A44C38; }
a { background-color: rgb(164,76,56); }
div.DivClassName
{
background-color: #A44C38;
}
.BgClassName
{
background-color: #A44C38;
}
</style>
border-color css
<style>
span { border-color: #A44C38; }
span { border-color: rgb(164,76,56); }
td.TdClassName
{
border-color: #A44C38;
}
.TagClassName
{
border-color: #A44C38;
}
</style>