Shades of Orange Roughy #A4503D
Tints of Orange Roughy #A4503D
RGB
CMYK
RGB Variations
Color information
#A4503D (or 0xA4503D) is known color: Orange Roughy. HEX triplet: A4, 50 and 3D. RGB value is (164,80,61). Sum of RGB (Red+Green+Blue) = 164+80+61=305 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.77% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 164 - color contains mainly: red. Hex color #A4503D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4503D is #5BAFC2. Grayscale: #676767. Windows color (decimal): -6008771 or 4018340. OLE color: 4018340.
HSL color Cylindrical-coordinate representation of color #A4503D: hue angle of 11.07º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A4503D is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 80 | 61 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.36 |
| HSL | 11.07º | 0.46% | 0.44% | - |
| HSV(B) | 11.07º | 0.63% | 0.64% | - |
| XYZ | 19.02 | 13.97 | 6.11 | - |
| YUV | 102.95 | 104.33 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 80 | 61 | 0 | 0.51 | 0.63 | 0.36 | 11.07 | 0.46 | 0.44 |
| Hex | A4 | 50 | 3D | 0 | 33 | 3F | 24 | B | 2E | 2C |
| Octal | 244 | 120 | 75 | 0 | 63 | 77 | 44 | 13 | 56 | 54 |
| Binary | 10100100 | 1010000 | 111101 | 0 | 110011 | 111111 | 100100 | 1011 | 101110 | 101100 |
Color Harmonies of #A4503D
Complementary color
Monochromatic Colors of #A4503D
Black with #A4503D
Text Example
Text Example
White with #A4503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4503D; }
p { color: rgb(164,80,61); }
H1.HeaderClassName
{
color: #A4503D;
}
.AnyTagClassName
{
color: #A4503D;
}
</style>
background-color css
<style>
a { background-color: #A4503D; }
a { background-color: rgb(164,80,61); }
div.DivClassName
{
background-color: #A4503D;
}
.BgClassName
{
background-color: #A4503D;
}
</style>
border-color css
<style>
span { border-color: #A4503D; }
span { border-color: rgb(164,80,61); }
td.TdClassName
{
border-color: #A4503D;
}
.TagClassName
{
border-color: #A4503D;
}
</style>