Shades of Orange Roughy #AF553A
Tints of Orange Roughy #AF553A
RGB
CMYK
RGB Variations
Color information
#AF553A (or 0xAF553A) is known color: Orange Roughy. HEX triplet: AF, 55 and 3A. RGB value is (175,85,58). Sum of RGB (Red+Green+Blue) = 175+85+58=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF553A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF553A is #50AAC5. Grayscale: #6D6D6D. Windows color (decimal): -5286598 or 3823023. OLE color: 3823023.
HSL color Cylindrical-coordinate representation of color #AF553A: hue angle of 13.85º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF553A is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 85 | 58 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.31 |
| HSL | 13.85º | 0.5% | 0.46% | - |
| HSV(B) | 13.85º | 0.67% | 0.69% | - |
| XYZ | 21.69 | 15.92 | 5.93 | - |
| YUV | 108.83 | 99.32 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 58 | 0 | 0.51 | 0.67 | 0.31 | 13.85 | 0.5 | 0.46 |
| Hex | AF | 55 | 3A | 0 | 33 | 43 | 1F | E | 32 | 2E |
| Octal | 257 | 125 | 72 | 0 | 63 | 103 | 37 | 16 | 62 | 56 |
| Binary | 10101111 | 1010101 | 111010 | 0 | 110011 | 1000011 | 11111 | 1110 | 110010 | 101110 |
Color Harmonies of #AF553A
Complementary color
Monochromatic Colors of #AF553A
Black with #AF553A
Text Example
Text Example
White with #AF553A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF553A; }
p { color: rgb(175,85,58); }
H1.HeaderClassName
{
color: #AF553A;
}
.AnyTagClassName
{
color: #AF553A;
}
</style>
background-color css
<style>
a { background-color: #AF553A; }
a { background-color: rgb(175,85,58); }
div.DivClassName
{
background-color: #AF553A;
}
.BgClassName
{
background-color: #AF553A;
}
</style>
border-color css
<style>
span { border-color: #AF553A; }
span { border-color: rgb(175,85,58); }
td.TdClassName
{
border-color: #AF553A;
}
.TagClassName
{
border-color: #AF553A;
}
</style>