Shades of Orange Roughy #AB5339
Tints of Orange Roughy #AB5339
RGB
CMYK
RGB Variations
Color information
#AB5339 (or 0xAB5339) is known color: Orange Roughy. HEX triplet: AB, 53 and 39. RGB value is (171,83,57). Sum of RGB (Red+Green+Blue) = 171+83+57=311 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.98% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5339 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5339 is #54ACC6. Grayscale: #6A6A6A. Windows color (decimal): -5549255 or 3756971. OLE color: 3756971.
HSL color Cylindrical-coordinate representation of color #AB5339: hue angle of 13.68º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB5339 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 83 | 57 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.33 |
| HSL | 13.68º | 0.5% | 0.45% | - |
| HSV(B) | 13.68º | 0.67% | 0.67% | - |
| XYZ | 20.63 | 15.14 | 5.71 | - |
| YUV | 106.35 | 100.15 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 83 | 57 | 0 | 0.51 | 0.67 | 0.33 | 13.68 | 0.5 | 0.45 |
| Hex | AB | 53 | 39 | 0 | 33 | 43 | 21 | E | 32 | 2D |
| Octal | 253 | 123 | 71 | 0 | 63 | 103 | 41 | 16 | 62 | 55 |
| Binary | 10101011 | 1010011 | 111001 | 0 | 110011 | 1000011 | 100001 | 1110 | 110010 | 101101 |
Color Harmonies of #AB5339
Complementary color
Monochromatic Colors of #AB5339
Black with #AB5339
Text Example
Text Example
White with #AB5339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5339; }
p { color: rgb(171,83,57); }
H1.HeaderClassName
{
color: #AB5339;
}
.AnyTagClassName
{
color: #AB5339;
}
</style>
background-color css
<style>
a { background-color: #AB5339; }
a { background-color: rgb(171,83,57); }
div.DivClassName
{
background-color: #AB5339;
}
.BgClassName
{
background-color: #AB5339;
}
</style>
border-color css
<style>
span { border-color: #AB5339; }
span { border-color: rgb(171,83,57); }
td.TdClassName
{
border-color: #AB5339;
}
.TagClassName
{
border-color: #AB5339;
}
</style>