Shades of Orange Roughy #AB5035
Tints of Orange Roughy #AB5035
RGB
CMYK
RGB Variations
Color information
#AB5035 (or 0xAB5035) is known color: Orange Roughy. HEX triplet: AB, 50 and 35. RGB value is (171,80,53). Sum of RGB (Red+Green+Blue) = 171+80+53=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5035 is #54AFCA. Grayscale: #686868. Windows color (decimal): -5550027 or 3494059. OLE color: 3494059.
HSL color Cylindrical-coordinate representation of color #AB5035: hue angle of 13.73º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB5035 is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 80 | 53 | - |
| CMYK | 0 | 0.53 | 0.69 | 0.33 |
| HSL | 13.73º | 0.53% | 0.44% | - |
| HSV(B) | 13.73º | 0.69% | 0.67% | - |
| XYZ | 20.31 | 14.65 | 5.13 | - |
| YUV | 104.13 | 99.15 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 80 | 53 | 0 | 0.53 | 0.69 | 0.33 | 13.73 | 0.53 | 0.44 |
| Hex | AB | 50 | 35 | 0 | 35 | 45 | 21 | E | 35 | 2C |
| Octal | 253 | 120 | 65 | 0 | 65 | 105 | 41 | 16 | 65 | 54 |
| Binary | 10101011 | 1010000 | 110101 | 0 | 110101 | 1000101 | 100001 | 1110 | 110101 | 101100 |
Color Harmonies of #AB5035
Complementary color
Monochromatic Colors of #AB5035
Black with #AB5035
Text Example
Text Example
White with #AB5035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5035; }
p { color: rgb(171,80,53); }
H1.HeaderClassName
{
color: #AB5035;
}
.AnyTagClassName
{
color: #AB5035;
}
</style>
background-color css
<style>
a { background-color: #AB5035; }
a { background-color: rgb(171,80,53); }
div.DivClassName
{
background-color: #AB5035;
}
.BgClassName
{
background-color: #AB5035;
}
</style>
border-color css
<style>
span { border-color: #AB5035; }
span { border-color: rgb(171,80,53); }
td.TdClassName
{
border-color: #AB5035;
}
.TagClassName
{
border-color: #AB5035;
}
</style>