Shades of Orange Roughy #A8533E
Tints of Orange Roughy #A8533E
RGB
CMYK
RGB Variations
Color information
#A8533E (or 0xA8533E) is known color: Orange Roughy. HEX triplet: A8, 53 and 3E. RGB value is (168,83,62). Sum of RGB (Red+Green+Blue) = 168+83+62=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A8533E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8533E is #57ACC1. Grayscale: #6A6A6A. Windows color (decimal): -5745858 or 4084648. OLE color: 4084648.
HSL color Cylindrical-coordinate representation of color #A8533E: hue angle of 11.89º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8533E is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 83 | 62 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.34 |
| HSL | 11.89º | 0.46% | 0.45% | - |
| HSV(B) | 11.89º | 0.63% | 0.66% | - |
| XYZ | 20.11 | 14.86 | 6.37 | - |
| YUV | 106.02 | 103.16 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 62 | 0 | 0.51 | 0.63 | 0.34 | 11.89 | 0.46 | 0.45 |
| Hex | A8 | 53 | 3E | 0 | 33 | 3F | 22 | C | 2E | 2D |
| Octal | 250 | 123 | 76 | 0 | 63 | 77 | 42 | 14 | 56 | 55 |
| Binary | 10101000 | 1010011 | 111110 | 0 | 110011 | 111111 | 100010 | 1100 | 101110 | 101101 |
Color Harmonies of #A8533E
Complementary color
Monochromatic Colors of #A8533E
Black with #A8533E
Text Example
Text Example
White with #A8533E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8533E; }
p { color: rgb(168,83,62); }
H1.HeaderClassName
{
color: #A8533E;
}
.AnyTagClassName
{
color: #A8533E;
}
</style>
background-color css
<style>
a { background-color: #A8533E; }
a { background-color: rgb(168,83,62); }
div.DivClassName
{
background-color: #A8533E;
}
.BgClassName
{
background-color: #A8533E;
}
</style>
border-color css
<style>
span { border-color: #A8533E; }
span { border-color: rgb(168,83,62); }
td.TdClassName
{
border-color: #A8533E;
}
.TagClassName
{
border-color: #A8533E;
}
</style>