Shades of Orange Roughy #AB4D3B
Tints of Orange Roughy #AB4D3B
RGB
CMYK
RGB Variations
Color information
#AB4D3B (or 0xAB4D3B) is known color: Orange Roughy. HEX triplet: AB, 4D and 3B. RGB value is (171,77,59). Sum of RGB (Red+Green+Blue) = 171+77+59=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4D3B is #54B2C4. Grayscale: #676767. Windows color (decimal): -5550789 or 3886507. OLE color: 3886507.
HSL color Cylindrical-coordinate representation of color #AB4D3B: hue angle of 9.64º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB4D3B is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 77 | 59 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.33 |
| HSL | 9.64º | 0.49% | 0.45% | - |
| HSV(B) | 9.64º | 0.65% | 0.67% | - |
| XYZ | 20.24 | 14.28 | 5.83 | - |
| YUV | 103.05 | 103.14 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 59 | 0 | 0.55 | 0.65 | 0.33 | 9.64 | 0.49 | 0.45 |
| Hex | AB | 4D | 3B | 0 | 37 | 41 | 21 | A | 31 | 2D |
| Octal | 253 | 115 | 73 | 0 | 67 | 101 | 41 | 12 | 61 | 55 |
| Binary | 10101011 | 1001101 | 111011 | 0 | 110111 | 1000001 | 100001 | 1010 | 110001 | 101101 |
Color Harmonies of #AB4D3B
Complementary color
Monochromatic Colors of #AB4D3B
Black with #AB4D3B
Text Example
Text Example
White with #AB4D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4D3B; }
p { color: rgb(171,77,59); }
H1.HeaderClassName
{
color: #AB4D3B;
}
.AnyTagClassName
{
color: #AB4D3B;
}
</style>
background-color css
<style>
a { background-color: #AB4D3B; }
a { background-color: rgb(171,77,59); }
div.DivClassName
{
background-color: #AB4D3B;
}
.BgClassName
{
background-color: #AB4D3B;
}
</style>
border-color css
<style>
span { border-color: #AB4D3B; }
span { border-color: rgb(171,77,59); }
td.TdClassName
{
border-color: #AB4D3B;
}
.TagClassName
{
border-color: #AB4D3B;
}
</style>