Shades of Orange Roughy #AF513E
Tints of Orange Roughy #AF513E
RGB
CMYK
RGB Variations
Color information
#AF513E (or 0xAF513E) is known color: Orange Roughy. HEX triplet: AF, 51 and 3E. RGB value is (175,81,62). Sum of RGB (Red+Green+Blue) = 175+81+62=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF513E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF513E is #50AEC1. Grayscale: #6B6B6B. Windows color (decimal): -5287618 or 4084143. OLE color: 4084143.
HSL color Cylindrical-coordinate representation of color #AF513E: hue angle of 10.09º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF513E is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 81 | 62 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.31 |
| HSL | 10.09º | 0.48% | 0.46% | - |
| HSV(B) | 10.09º | 0.65% | 0.69% | - |
| XYZ | 21.49 | 15.35 | 6.39 | - |
| YUV | 106.94 | 102.64 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 62 | 0 | 0.54 | 0.65 | 0.31 | 10.09 | 0.48 | 0.46 |
| Hex | AF | 51 | 3E | 0 | 36 | 41 | 1F | A | 30 | 2E |
| Octal | 257 | 121 | 76 | 0 | 66 | 101 | 37 | 12 | 60 | 56 |
| Binary | 10101111 | 1010001 | 111110 | 0 | 110110 | 1000001 | 11111 | 1010 | 110000 | 101110 |
Color Harmonies of #AF513E
Complementary color
Monochromatic Colors of #AF513E
Black with #AF513E
Text Example
Text Example
White with #AF513E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF513E; }
p { color: rgb(175,81,62); }
H1.HeaderClassName
{
color: #AF513E;
}
.AnyTagClassName
{
color: #AF513E;
}
</style>
background-color css
<style>
a { background-color: #AF513E; }
a { background-color: rgb(175,81,62); }
div.DivClassName
{
background-color: #AF513E;
}
.BgClassName
{
background-color: #AF513E;
}
</style>
border-color css
<style>
span { border-color: #AF513E; }
span { border-color: rgb(175,81,62); }
td.TdClassName
{
border-color: #AF513E;
}
.TagClassName
{
border-color: #AF513E;
}
</style>