Shades of Orange Roughy #AF5435
Tints of Orange Roughy #AF5435
RGB
CMYK
RGB Variations
Color information
#AF5435 (or 0xAF5435) is known color: Orange Roughy. HEX triplet: AF, 54 and 35. RGB value is (175,84,53). Sum of RGB (Red+Green+Blue) = 175+84+53=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5435 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5435 is #50ABCA. Grayscale: #6B6B6B. Windows color (decimal): -5286859 or 3495087. OLE color: 3495087.
HSL color Cylindrical-coordinate representation of color #AF5435: hue angle of 15.25º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF5435 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 84 | 53 | - |
| CMYK | 0 | 0.52 | 0.70 | 0.31 |
| HSL | 15.25º | 0.54% | 0.45% | - |
| HSV(B) | 15.25º | 0.7% | 0.69% | - |
| XYZ | 21.49 | 15.71 | 5.27 | - |
| YUV | 107.68 | 97.15 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 53 | 0 | 0.52 | 0.70 | 0.31 | 15.25 | 0.54 | 0.45 |
| Hex | AF | 54 | 35 | 0 | 34 | 46 | 1F | F | 36 | 2D |
| Octal | 257 | 124 | 65 | 0 | 64 | 106 | 37 | 17 | 66 | 55 |
| Binary | 10101111 | 1010100 | 110101 | 0 | 110100 | 1000110 | 11111 | 1111 | 110110 | 101101 |
Color Harmonies of #AF5435
Complementary color
Monochromatic Colors of #AF5435
Black with #AF5435
Text Example
Text Example
White with #AF5435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5435; }
p { color: rgb(175,84,53); }
H1.HeaderClassName
{
color: #AF5435;
}
.AnyTagClassName
{
color: #AF5435;
}
</style>
background-color css
<style>
a { background-color: #AF5435; }
a { background-color: rgb(175,84,53); }
div.DivClassName
{
background-color: #AF5435;
}
.BgClassName
{
background-color: #AF5435;
}
</style>
border-color css
<style>
span { border-color: #AF5435; }
span { border-color: rgb(175,84,53); }
td.TdClassName
{
border-color: #AF5435;
}
.TagClassName
{
border-color: #AF5435;
}
</style>