Shades of Orange Roughy #A44B37
Tints of Orange Roughy #A44B37
RGB
CMYK
RGB Variations
Color information
#A44B37 (or 0xA44B37) is known color: Orange Roughy. HEX triplet: A4, 4B and 37. RGB value is (164,75,55). Sum of RGB (Red+Green+Blue) = 164+75+55=294 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.78% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44B37 is #5BB4C8. Grayscale: #636363. Windows color (decimal): -6010057 or 3623844. OLE color: 3623844.
HSL color Cylindrical-coordinate representation of color #A44B37: hue angle of 11.01º degrees, saturation: 0.5, 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 #A44B37 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 75 | 55 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.36 |
| HSL | 11.01º | 0.5% | 0.43% | - |
| HSV(B) | 11.01º | 0.66% | 0.64% | - |
| XYZ | 18.52 | 13.2 | 5.19 | - |
| YUV | 99.33 | 102.99 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 75 | 55 | 0 | 0.54 | 0.66 | 0.36 | 11.01 | 0.5 | 0.43 |
| Hex | A4 | 4B | 37 | 0 | 36 | 42 | 24 | B | 32 | 2B |
| Octal | 244 | 113 | 67 | 0 | 66 | 102 | 44 | 13 | 62 | 53 |
| Binary | 10100100 | 1001011 | 110111 | 0 | 110110 | 1000010 | 100100 | 1011 | 110010 | 101011 |
Color Harmonies of #A44B37
Complementary color
Monochromatic Colors of #A44B37
Black with #A44B37
Text Example
Text Example
White with #A44B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44B37; }
p { color: rgb(164,75,55); }
H1.HeaderClassName
{
color: #A44B37;
}
.AnyTagClassName
{
color: #A44B37;
}
</style>
background-color css
<style>
a { background-color: #A44B37; }
a { background-color: rgb(164,75,55); }
div.DivClassName
{
background-color: #A44B37;
}
.BgClassName
{
background-color: #A44B37;
}
</style>
border-color css
<style>
span { border-color: #A44B37; }
span { border-color: rgb(164,75,55); }
td.TdClassName
{
border-color: #A44B37;
}
.TagClassName
{
border-color: #A44B37;
}
</style>