Shades of Orange Roughy #AF533D
Tints of Orange Roughy #AF533D
RGB
CMYK
RGB Variations
Color information
#AF533D (or 0xAF533D) is known color: Orange Roughy. HEX triplet: AF, 53 and 3D. RGB value is (175,83,61). Sum of RGB (Red+Green+Blue) = 175+83+61=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF533D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF533D is #50ACC2. Grayscale: #6C6C6C. Windows color (decimal): -5287107 or 4019119. OLE color: 4019119.
HSL color Cylindrical-coordinate representation of color #AF533D: hue angle of 11.58º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF533D is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 83 | 61 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.31 |
| HSL | 11.58º | 0.48% | 0.46% | - |
| HSV(B) | 11.58º | 0.65% | 0.69% | - |
| XYZ | 21.61 | 15.64 | 6.29 | - |
| YUV | 108 | 101.48 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 61 | 0 | 0.53 | 0.65 | 0.31 | 11.58 | 0.48 | 0.46 |
| Hex | AF | 53 | 3D | 0 | 35 | 41 | 1F | C | 30 | 2E |
| Octal | 257 | 123 | 75 | 0 | 65 | 101 | 37 | 14 | 60 | 56 |
| Binary | 10101111 | 1010011 | 111101 | 0 | 110101 | 1000001 | 11111 | 1100 | 110000 | 101110 |
Color Harmonies of #AF533D
Complementary color
Monochromatic Colors of #AF533D
Black with #AF533D
Text Example
Text Example
White with #AF533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF533D; }
p { color: rgb(175,83,61); }
H1.HeaderClassName
{
color: #AF533D;
}
.AnyTagClassName
{
color: #AF533D;
}
</style>
background-color css
<style>
a { background-color: #AF533D; }
a { background-color: rgb(175,83,61); }
div.DivClassName
{
background-color: #AF533D;
}
.BgClassName
{
background-color: #AF533D;
}
</style>
border-color css
<style>
span { border-color: #AF533D; }
span { border-color: rgb(175,83,61); }
td.TdClassName
{
border-color: #AF533D;
}
.TagClassName
{
border-color: #AF533D;
}
</style>