Shades of Orange Roughy #AF4D3C
Tints of Orange Roughy #AF4D3C
RGB
CMYK
RGB Variations
Color information
#AF4D3C (or 0xAF4D3C) is known color: Orange Roughy. HEX triplet: AF, 4D and 3C. RGB value is (175,77,60). Sum of RGB (Red+Green+Blue) = 175+77+60=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4D3C is #50B2C3. Grayscale: #686868. Windows color (decimal): -5288644 or 3952047. OLE color: 3952047.
HSL color Cylindrical-coordinate representation of color #AF4D3C: hue angle of 8.87º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF4D3C is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 77 | 60 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.31 |
| HSL | 8.87º | 0.49% | 0.46% | - |
| HSV(B) | 8.87º | 0.66% | 0.69% | - |
| XYZ | 21.15 | 14.75 | 6.01 | - |
| YUV | 104.36 | 102.97 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 60 | 0 | 0.56 | 0.66 | 0.31 | 8.87 | 0.49 | 0.46 |
| Hex | AF | 4D | 3C | 0 | 38 | 42 | 1F | 9 | 31 | 2E |
| Octal | 257 | 115 | 74 | 0 | 70 | 102 | 37 | 11 | 61 | 56 |
| Binary | 10101111 | 1001101 | 111100 | 0 | 111000 | 1000010 | 11111 | 1001 | 110001 | 101110 |
Color Harmonies of #AF4D3C
Complementary color
Monochromatic Colors of #AF4D3C
Black with #AF4D3C
Text Example
Text Example
White with #AF4D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4D3C; }
p { color: rgb(175,77,60); }
H1.HeaderClassName
{
color: #AF4D3C;
}
.AnyTagClassName
{
color: #AF4D3C;
}
</style>
background-color css
<style>
a { background-color: #AF4D3C; }
a { background-color: rgb(175,77,60); }
div.DivClassName
{
background-color: #AF4D3C;
}
.BgClassName
{
background-color: #AF4D3C;
}
</style>
border-color css
<style>
span { border-color: #AF4D3C; }
span { border-color: rgb(175,77,60); }
td.TdClassName
{
border-color: #AF4D3C;
}
.TagClassName
{
border-color: #AF4D3C;
}
</style>