Shades of Orange Roughy #A8533C
Tints of Orange Roughy #A8533C
RGB
CMYK
RGB Variations
Color information
#A8533C (or 0xA8533C) is known color: Orange Roughy. HEX triplet: A8, 53 and 3C. RGB value is (168,83,60). Sum of RGB (Red+Green+Blue) = 168+83+60=311 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.02% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 168 - color contains mainly: red. Hex color #A8533C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8533C is #57ACC3. Grayscale: #696969. Windows color (decimal): -5745860 or 3953576. OLE color: 3953576.
HSL color Cylindrical-coordinate representation of color #A8533C: hue angle of 12.78º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8533C is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 83 | 60 | - |
| CMYK | 0 | 0.51 | 0.64 | 0.34 |
| HSL | 12.78º | 0.47% | 0.45% | - |
| HSV(B) | 12.78º | 0.64% | 0.66% | - |
| XYZ | 20.06 | 14.84 | 6.08 | - |
| YUV | 105.79 | 102.16 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 60 | 0 | 0.51 | 0.64 | 0.34 | 12.78 | 0.47 | 0.45 |
| Hex | A8 | 53 | 3C | 0 | 33 | 40 | 22 | D | 2F | 2D |
| Octal | 250 | 123 | 74 | 0 | 63 | 100 | 42 | 15 | 57 | 55 |
| Binary | 10101000 | 1010011 | 111100 | 0 | 110011 | 1000000 | 100010 | 1101 | 101111 | 101101 |
Color Harmonies of #A8533C
Complementary color
Monochromatic Colors of #A8533C
Black with #A8533C
Text Example
Text Example
White with #A8533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8533C; }
p { color: rgb(168,83,60); }
H1.HeaderClassName
{
color: #A8533C;
}
.AnyTagClassName
{
color: #A8533C;
}
</style>
background-color css
<style>
a { background-color: #A8533C; }
a { background-color: rgb(168,83,60); }
div.DivClassName
{
background-color: #A8533C;
}
.BgClassName
{
background-color: #A8533C;
}
</style>
border-color css
<style>
span { border-color: #A8533C; }
span { border-color: rgb(168,83,60); }
td.TdClassName
{
border-color: #A8533C;
}
.TagClassName
{
border-color: #A8533C;
}
</style>