Shades of Orange Roughy #A84A32
Tints of Orange Roughy #A84A32
RGB
CMYK
RGB Variations
Color information
#A84A32 (or 0xA84A32) is known color: Orange Roughy. HEX triplet: A8, 4A and 32. RGB value is (168,74,50). Sum of RGB (Red+Green+Blue) = 168+74+50=292 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.53% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84A32 is #57B5CD. Grayscale: #636363. Windows color (decimal): -5748174 or 3295912. OLE color: 3295912.
HSL color Cylindrical-coordinate representation of color #A84A32: hue angle of 12.2º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A84A32 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 74 | 50 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.34 |
| HSL | 12.2º | 0.54% | 0.43% | - |
| HSV(B) | 12.2º | 0.7% | 0.66% | - |
| XYZ | 19.17 | 13.45 | 4.6 | - |
| YUV | 99.37 | 100.14 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 74 | 50 | 0 | 0.56 | 0.70 | 0.34 | 12.2 | 0.54 | 0.43 |
| Hex | A8 | 4A | 32 | 0 | 38 | 46 | 22 | C | 36 | 2B |
| Octal | 250 | 112 | 62 | 0 | 70 | 106 | 42 | 14 | 66 | 53 |
| Binary | 10101000 | 1001010 | 110010 | 0 | 111000 | 1000110 | 100010 | 1100 | 110110 | 101011 |
Color Harmonies of #A84A32
Complementary color
Monochromatic Colors of #A84A32
Black with #A84A32
Text Example
Text Example
White with #A84A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84A32; }
p { color: rgb(168,74,50); }
H1.HeaderClassName
{
color: #A84A32;
}
.AnyTagClassName
{
color: #A84A32;
}
</style>
background-color css
<style>
a { background-color: #A84A32; }
a { background-color: rgb(168,74,50); }
div.DivClassName
{
background-color: #A84A32;
}
.BgClassName
{
background-color: #A84A32;
}
</style>
border-color css
<style>
span { border-color: #A84A32; }
span { border-color: rgb(168,74,50); }
td.TdClassName
{
border-color: #A84A32;
}
.TagClassName
{
border-color: #A84A32;
}
</style>