Shades of Orange Roughy #A8503D
Tints of Orange Roughy #A8503D
RGB
CMYK
RGB Variations
Color information
#A8503D (or 0xA8503D) is known color: Orange Roughy. HEX triplet: A8, 50 and 3D. RGB value is (168,80,61). Sum of RGB (Red+Green+Blue) = 168+80+61=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A8503D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8503D is #57AFC2. Grayscale: #686868. Windows color (decimal): -5746627 or 4018344. OLE color: 4018344.
HSL color Cylindrical-coordinate representation of color #A8503D: hue angle of 10.65º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8503D is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 80 | 61 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.34 |
| HSL | 10.65º | 0.47% | 0.45% | - |
| HSV(B) | 10.65º | 0.64% | 0.66% | - |
| XYZ | 19.86 | 14.4 | 6.15 | - |
| YUV | 104.15 | 103.65 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 80 | 61 | 0 | 0.52 | 0.64 | 0.34 | 10.65 | 0.47 | 0.45 |
| Hex | A8 | 50 | 3D | 0 | 34 | 40 | 22 | B | 2F | 2D |
| Octal | 250 | 120 | 75 | 0 | 64 | 100 | 42 | 13 | 57 | 55 |
| Binary | 10101000 | 1010000 | 111101 | 0 | 110100 | 1000000 | 100010 | 1011 | 101111 | 101101 |
Color Harmonies of #A8503D
Complementary color
Monochromatic Colors of #A8503D
Black with #A8503D
Text Example
Text Example
White with #A8503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8503D; }
p { color: rgb(168,80,61); }
H1.HeaderClassName
{
color: #A8503D;
}
.AnyTagClassName
{
color: #A8503D;
}
</style>
background-color css
<style>
a { background-color: #A8503D; }
a { background-color: rgb(168,80,61); }
div.DivClassName
{
background-color: #A8503D;
}
.BgClassName
{
background-color: #A8503D;
}
</style>
border-color css
<style>
span { border-color: #A8503D; }
span { border-color: rgb(168,80,61); }
td.TdClassName
{
border-color: #A8503D;
}
.TagClassName
{
border-color: #A8503D;
}
</style>