Shades of Orange Roughy #AF4D34
Tints of Orange Roughy #AF4D34
RGB
CMYK
RGB Variations
Color information
#AF4D34 (or 0xAF4D34) is known color: Orange Roughy. HEX triplet: AF, 4D and 34. RGB value is (175,77,52). Sum of RGB (Red+Green+Blue) = 175+77+52=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4D34 is #50B2CB. Grayscale: #676767. Windows color (decimal): -5288652 or 3427759. OLE color: 3427759.
HSL color Cylindrical-coordinate representation of color #AF4D34: hue angle of 12.2º 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 #AF4D34 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 77 | 52 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.31 |
| HSL | 12.2º | 0.54% | 0.45% | - |
| HSV(B) | 12.2º | 0.7% | 0.69% | - |
| XYZ | 20.95 | 14.67 | 4.98 | - |
| YUV | 103.45 | 98.97 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 52 | 0 | 0.56 | 0.70 | 0.31 | 12.2 | 0.54 | 0.45 |
| Hex | AF | 4D | 34 | 0 | 38 | 46 | 1F | C | 36 | 2D |
| Octal | 257 | 115 | 64 | 0 | 70 | 106 | 37 | 14 | 66 | 55 |
| Binary | 10101111 | 1001101 | 110100 | 0 | 111000 | 1000110 | 11111 | 1100 | 110110 | 101101 |
Color Harmonies of #AF4D34
Complementary color
Monochromatic Colors of #AF4D34
Black with #AF4D34
Text Example
Text Example
White with #AF4D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4D34; }
p { color: rgb(175,77,52); }
H1.HeaderClassName
{
color: #AF4D34;
}
.AnyTagClassName
{
color: #AF4D34;
}
</style>
background-color css
<style>
a { background-color: #AF4D34; }
a { background-color: rgb(175,77,52); }
div.DivClassName
{
background-color: #AF4D34;
}
.BgClassName
{
background-color: #AF4D34;
}
</style>
border-color css
<style>
span { border-color: #AF4D34; }
span { border-color: rgb(175,77,52); }
td.TdClassName
{
border-color: #AF4D34;
}
.TagClassName
{
border-color: #AF4D34;
}
</style>