Shades of Orange Roughy #AB5435
Tints of Orange Roughy #AB5435
RGB
CMYK
RGB Variations
Color information
#AB5435 (or 0xAB5435) is known color: Orange Roughy. HEX triplet: AB, 54 and 35. RGB value is (171,84,53). Sum of RGB (Red+Green+Blue) = 171+84+53=308 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.52% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5435 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5435 is #54ABCA. Grayscale: #6A6A6A. Windows color (decimal): -5549003 or 3495083. OLE color: 3495083.
HSL color Cylindrical-coordinate representation of color #AB5435: hue angle of 15.76º 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 #AB5435 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 84 | 53 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.33 |
| HSL | 15.76º | 0.53% | 0.44% | - |
| HSV(B) | 15.76º | 0.69% | 0.67% | - |
| XYZ | 20.61 | 15.26 | 5.23 | - |
| YUV | 106.48 | 97.82 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 53 | 0 | 0.51 | 0.69 | 0.33 | 15.76 | 0.53 | 0.44 |
| Hex | AB | 54 | 35 | 0 | 33 | 45 | 21 | 10 | 35 | 2C |
| Octal | 253 | 124 | 65 | 0 | 63 | 105 | 41 | 20 | 65 | 54 |
| Binary | 10101011 | 1010100 | 110101 | 0 | 110011 | 1000101 | 100001 | 10000 | 110101 | 101100 |
Color Harmonies of #AB5435
Complementary color
Monochromatic Colors of #AB5435
Black with #AB5435
Text Example
Text Example
White with #AB5435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5435; }
p { color: rgb(171,84,53); }
H1.HeaderClassName
{
color: #AB5435;
}
.AnyTagClassName
{
color: #AB5435;
}
</style>
background-color css
<style>
a { background-color: #AB5435; }
a { background-color: rgb(171,84,53); }
div.DivClassName
{
background-color: #AB5435;
}
.BgClassName
{
background-color: #AB5435;
}
</style>
border-color css
<style>
span { border-color: #AB5435; }
span { border-color: rgb(171,84,53); }
td.TdClassName
{
border-color: #AB5435;
}
.TagClassName
{
border-color: #AB5435;
}
</style>