Shades of Orange Roughy #AF523E
Tints of Orange Roughy #AF523E
RGB
CMYK
RGB Variations
Color information
#AF523E (or 0xAF523E) is known color: Orange Roughy. HEX triplet: AF, 52 and 3E. RGB value is (175,82,62). Sum of RGB (Red+Green+Blue) = 175+82+62=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF523E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF523E is #50ADC1. Grayscale: #6B6B6B. Windows color (decimal): -5287362 or 4084399. OLE color: 4084399.
HSL color Cylindrical-coordinate representation of color #AF523E: hue angle of 10.62º 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 #AF523E is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 82 | 62 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.31 |
| HSL | 10.62º | 0.48% | 0.46% | - |
| HSV(B) | 10.62º | 0.65% | 0.69% | - |
| XYZ | 21.57 | 15.5 | 6.41 | - |
| YUV | 107.53 | 102.31 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 82 | 62 | 0 | 0.53 | 0.65 | 0.31 | 10.62 | 0.48 | 0.46 |
| Hex | AF | 52 | 3E | 0 | 35 | 41 | 1F | B | 30 | 2E |
| Octal | 257 | 122 | 76 | 0 | 65 | 101 | 37 | 13 | 60 | 56 |
| Binary | 10101111 | 1010010 | 111110 | 0 | 110101 | 1000001 | 11111 | 1011 | 110000 | 101110 |
Color Harmonies of #AF523E
Complementary color
Monochromatic Colors of #AF523E
Black with #AF523E
Text Example
Text Example
White with #AF523E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF523E; }
p { color: rgb(175,82,62); }
H1.HeaderClassName
{
color: #AF523E;
}
.AnyTagClassName
{
color: #AF523E;
}
</style>
background-color css
<style>
a { background-color: #AF523E; }
a { background-color: rgb(175,82,62); }
div.DivClassName
{
background-color: #AF523E;
}
.BgClassName
{
background-color: #AF523E;
}
</style>
border-color css
<style>
span { border-color: #AF523E; }
span { border-color: rgb(175,82,62); }
td.TdClassName
{
border-color: #AF523E;
}
.TagClassName
{
border-color: #AF523E;
}
</style>