Shades of Orange Roughy #AB4D38
Tints of Orange Roughy #AB4D38
RGB
CMYK
RGB Variations
Color information
#AB4D38 (or 0xAB4D38) is known color: Orange Roughy. HEX triplet: AB, 4D and 38. RGB value is (171,77,56). Sum of RGB (Red+Green+Blue) = 171+77+56=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4D38 is #54B2C7. Grayscale: #666666. Windows color (decimal): -5550792 or 3689899. OLE color: 3689899.
HSL color Cylindrical-coordinate representation of color #AB4D38: hue angle of 10.96º degrees, saturation: 0.51, 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 #AB4D38 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 77 | 56 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.33 |
| HSL | 10.96º | 0.51% | 0.45% | - |
| HSV(B) | 10.96º | 0.67% | 0.67% | - |
| XYZ | 20.16 | 14.25 | 5.43 | - |
| YUV | 102.71 | 101.64 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 56 | 0 | 0.55 | 0.67 | 0.33 | 10.96 | 0.51 | 0.45 |
| Hex | AB | 4D | 38 | 0 | 37 | 43 | 21 | B | 33 | 2D |
| Octal | 253 | 115 | 70 | 0 | 67 | 103 | 41 | 13 | 63 | 55 |
| Binary | 10101011 | 1001101 | 111000 | 0 | 110111 | 1000011 | 100001 | 1011 | 110011 | 101101 |
Color Harmonies of #AB4D38
Complementary color
Monochromatic Colors of #AB4D38
Black with #AB4D38
Text Example
Text Example
White with #AB4D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4D38; }
p { color: rgb(171,77,56); }
H1.HeaderClassName
{
color: #AB4D38;
}
.AnyTagClassName
{
color: #AB4D38;
}
</style>
background-color css
<style>
a { background-color: #AB4D38; }
a { background-color: rgb(171,77,56); }
div.DivClassName
{
background-color: #AB4D38;
}
.BgClassName
{
background-color: #AB4D38;
}
</style>
border-color css
<style>
span { border-color: #AB4D38; }
span { border-color: rgb(171,77,56); }
td.TdClassName
{
border-color: #AB4D38;
}
.TagClassName
{
border-color: #AB4D38;
}
</style>