Shades of Orange Roughy #A3573A
Tints of Orange Roughy #A3573A
RGB
CMYK
RGB Variations
Color information
#A3573A (or 0xA3573A) is known color: Orange Roughy. HEX triplet: A3, 57 and 3A. RGB value is (163,87,58). Sum of RGB (Red+Green+Blue) = 163+87+58=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 58 (23.05% from 255 or 18.83% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A3573A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3573A is #5CA8C5. Grayscale: #6A6A6A. Windows color (decimal): -6072518 or 3823523. OLE color: 3823523.
HSL color Cylindrical-coordinate representation of color #A3573A: hue angle of 16.57º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A3573A is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 87 | 58 | - |
| CMYK | 0 | 0.47 | 0.64 | 0.36 |
| HSL | 16.57º | 0.48% | 0.43% | - |
| HSV(B) | 16.57º | 0.64% | 0.64% | - |
| XYZ | 19.28 | 14.91 | 5.86 | - |
| YUV | 106.42 | 100.68 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 87 | 58 | 0 | 0.47 | 0.64 | 0.36 | 16.57 | 0.48 | 0.43 |
| Hex | A3 | 57 | 3A | 0 | 2F | 40 | 24 | 11 | 30 | 2B |
| Octal | 243 | 127 | 72 | 0 | 57 | 100 | 44 | 21 | 60 | 53 |
| Binary | 10100011 | 1010111 | 111010 | 0 | 101111 | 1000000 | 100100 | 10001 | 110000 | 101011 |
Color Harmonies of #A3573A
Complementary color
Monochromatic Colors of #A3573A
Black with #A3573A
Text Example
Text Example
White with #A3573A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3573A; }
p { color: rgb(163,87,58); }
H1.HeaderClassName
{
color: #A3573A;
}
.AnyTagClassName
{
color: #A3573A;
}
</style>
background-color css
<style>
a { background-color: #A3573A; }
a { background-color: rgb(163,87,58); }
div.DivClassName
{
background-color: #A3573A;
}
.BgClassName
{
background-color: #A3573A;
}
</style>
border-color css
<style>
span { border-color: #A3573A; }
span { border-color: rgb(163,87,58); }
td.TdClassName
{
border-color: #A3573A;
}
.TagClassName
{
border-color: #A3573A;
}
</style>