Shades of Orange Roughy #A34E31
Tints of Orange Roughy #A34E31
RGB
CMYK
RGB Variations
Color information
#A34E31 (or 0xA34E31) is known color: Orange Roughy. HEX triplet: A3, 4E and 31. RGB value is (163,78,49). Sum of RGB (Red+Green+Blue) = 163+78+49=290 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.21% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 49 (19.53% from 255 or 16.90% from 290); Max value from RGB is 163 - color contains mainly: red. Hex color #A34E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34E31 is #5CB1CE. Grayscale: #646464. Windows color (decimal): -6074831 or 3231395. OLE color: 3231395.
HSL color Cylindrical-coordinate representation of color #A34E31: hue angle of 15.26º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A34E31 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 78 | 49 | - |
| CMYK | 0 | 0.52 | 0.70 | 0.36 |
| HSL | 15.26º | 0.54% | 0.42% | - |
| HSV(B) | 15.26º | 0.7% | 0.64% | - |
| XYZ | 18.38 | 13.46 | 4.53 | - |
| YUV | 100.11 | 99.16 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 78 | 49 | 0 | 0.52 | 0.70 | 0.36 | 15.26 | 0.54 | 0.42 |
| Hex | A3 | 4E | 31 | 0 | 34 | 46 | 24 | F | 36 | 2A |
| Octal | 243 | 116 | 61 | 0 | 64 | 106 | 44 | 17 | 66 | 52 |
| Binary | 10100011 | 1001110 | 110001 | 0 | 110100 | 1000110 | 100100 | 1111 | 110110 | 101010 |
Color Harmonies of #A34E31
Complementary color
Monochromatic Colors of #A34E31
Black with #A34E31
Text Example
Text Example
White with #A34E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34E31; }
p { color: rgb(163,78,49); }
H1.HeaderClassName
{
color: #A34E31;
}
.AnyTagClassName
{
color: #A34E31;
}
</style>
background-color css
<style>
a { background-color: #A34E31; }
a { background-color: rgb(163,78,49); }
div.DivClassName
{
background-color: #A34E31;
}
.BgClassName
{
background-color: #A34E31;
}
</style>
border-color css
<style>
span { border-color: #A34E31; }
span { border-color: rgb(163,78,49); }
td.TdClassName
{
border-color: #A34E31;
}
.TagClassName
{
border-color: #A34E31;
}
</style>