Shades of Orange Roughy #A44D32
Tints of Orange Roughy #A44D32
RGB
CMYK
RGB Variations
Color information
#A44D32 (or 0xA44D32) is known color: Orange Roughy. HEX triplet: A4, 4D and 32. RGB value is (164,77,50). Sum of RGB (Red+Green+Blue) = 164+77+50=291 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.36% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A44D32 is #5BB2CD. Grayscale: #646464. Windows color (decimal): -6009550 or 3296676. OLE color: 3296676.
HSL color Cylindrical-coordinate representation of color #A44D32: hue angle of 14.21º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A44D32 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 77 | 50 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.36 |
| HSL | 14.21º | 0.53% | 0.42% | - |
| HSV(B) | 14.21º | 0.7% | 0.64% | - |
| XYZ | 18.54 | 13.43 | 4.63 | - |
| YUV | 99.94 | 99.82 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 77 | 50 | 0 | 0.53 | 0.70 | 0.36 | 14.21 | 0.53 | 0.42 |
| Hex | A4 | 4D | 32 | 0 | 35 | 46 | 24 | E | 35 | 2A |
| Octal | 244 | 115 | 62 | 0 | 65 | 106 | 44 | 16 | 65 | 52 |
| Binary | 10100100 | 1001101 | 110010 | 0 | 110101 | 1000110 | 100100 | 1110 | 110101 | 101010 |
Color Harmonies of #A44D32
Complementary color
Monochromatic Colors of #A44D32
Black with #A44D32
Text Example
Text Example
White with #A44D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44D32; }
p { color: rgb(164,77,50); }
H1.HeaderClassName
{
color: #A44D32;
}
.AnyTagClassName
{
color: #A44D32;
}
</style>
background-color css
<style>
a { background-color: #A44D32; }
a { background-color: rgb(164,77,50); }
div.DivClassName
{
background-color: #A44D32;
}
.BgClassName
{
background-color: #A44D32;
}
</style>
border-color css
<style>
span { border-color: #A44D32; }
span { border-color: rgb(164,77,50); }
td.TdClassName
{
border-color: #A44D32;
}
.TagClassName
{
border-color: #A44D32;
}
</style>