Shades of Orange Roughy #A34F32
Tints of Orange Roughy #A34F32
RGB
CMYK
RGB Variations
Color information
#A34F32 (or 0xA34F32) is known color: Orange Roughy. HEX triplet: A3, 4F and 32. RGB value is (163,79,50). Sum of RGB (Red+Green+Blue) = 163+79+50=292 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.82% from 292); Green value is 79 (31.25% from 255 or 27.05% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 163 - color contains mainly: red. Hex color #A34F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34F32 is #5CB0CD. Grayscale: #656565. Windows color (decimal): -6074574 or 3297187. OLE color: 3297187.
HSL color Cylindrical-coordinate representation of color #A34F32: hue angle of 15.4º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A34F32 is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 79 | 50 | - |
| CMYK | 0 | 0.52 | 0.69 | 0.36 |
| HSL | 15.4º | 0.53% | 0.42% | - |
| HSV(B) | 15.4º | 0.69% | 0.64% | - |
| XYZ | 18.48 | 13.61 | 4.67 | - |
| YUV | 100.81 | 99.33 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 79 | 50 | 0 | 0.52 | 0.69 | 0.36 | 15.4 | 0.53 | 0.42 |
| Hex | A3 | 4F | 32 | 0 | 34 | 45 | 24 | F | 35 | 2A |
| Octal | 243 | 117 | 62 | 0 | 64 | 105 | 44 | 17 | 65 | 52 |
| Binary | 10100011 | 1001111 | 110010 | 0 | 110100 | 1000101 | 100100 | 1111 | 110101 | 101010 |
Color Harmonies of #A34F32
Complementary color
Monochromatic Colors of #A34F32
Black with #A34F32
Text Example
Text Example
White with #A34F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34F32; }
p { color: rgb(163,79,50); }
H1.HeaderClassName
{
color: #A34F32;
}
.AnyTagClassName
{
color: #A34F32;
}
</style>
background-color css
<style>
a { background-color: #A34F32; }
a { background-color: rgb(163,79,50); }
div.DivClassName
{
background-color: #A34F32;
}
.BgClassName
{
background-color: #A34F32;
}
</style>
border-color css
<style>
span { border-color: #A34F32; }
span { border-color: rgb(163,79,50); }
td.TdClassName
{
border-color: #A34F32;
}
.TagClassName
{
border-color: #A34F32;
}
</style>