Shades of Orange Roughy #AF4E34
Tints of Orange Roughy #AF4E34
RGB
CMYK
RGB Variations
Color information
#AF4E34 (or 0xAF4E34) is known color: Orange Roughy. HEX triplet: AF, 4E and 34. RGB value is (175,78,52). Sum of RGB (Red+Green+Blue) = 175+78+52=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4E34 is #50B1CB. Grayscale: #686868. Windows color (decimal): -5288396 or 3428015. OLE color: 3428015.
HSL color Cylindrical-coordinate representation of color #AF4E34: hue angle of 12.68º 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 #AF4E34 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 78 | 52 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.31 |
| HSL | 12.68º | 0.54% | 0.45% | - |
| HSV(B) | 12.68º | 0.7% | 0.69% | - |
| XYZ | 21.02 | 14.81 | 5 | - |
| YUV | 104.04 | 98.64 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 52 | 0 | 0.55 | 0.70 | 0.31 | 12.68 | 0.54 | 0.45 |
| Hex | AF | 4E | 34 | 0 | 37 | 46 | 1F | D | 36 | 2D |
| Octal | 257 | 116 | 64 | 0 | 67 | 106 | 37 | 15 | 66 | 55 |
| Binary | 10101111 | 1001110 | 110100 | 0 | 110111 | 1000110 | 11111 | 1101 | 110110 | 101101 |
Color Harmonies of #AF4E34
Complementary color
Monochromatic Colors of #AF4E34
Black with #AF4E34
Text Example
Text Example
White with #AF4E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4E34; }
p { color: rgb(175,78,52); }
H1.HeaderClassName
{
color: #AF4E34;
}
.AnyTagClassName
{
color: #AF4E34;
}
</style>
background-color css
<style>
a { background-color: #AF4E34; }
a { background-color: rgb(175,78,52); }
div.DivClassName
{
background-color: #AF4E34;
}
.BgClassName
{
background-color: #AF4E34;
}
</style>
border-color css
<style>
span { border-color: #AF4E34; }
span { border-color: rgb(175,78,52); }
td.TdClassName
{
border-color: #AF4E34;
}
.TagClassName
{
border-color: #AF4E34;
}
</style>