Shades of Orange Roughy #A95436
Tints of Orange Roughy #A95436
RGB
CMYK
RGB Variations
Color information
#A95436 (or 0xA95436) is known color: Orange Roughy. HEX triplet: A9, 54 and 36. RGB value is (169,84,54). Sum of RGB (Red+Green+Blue) = 169+84+54=307 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.05% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 169 - color contains mainly: red. Hex color #A95436 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95436 is #56ABC9. Grayscale: #6A6A6A. Windows color (decimal): -5680074 or 3560617. OLE color: 3560617.
HSL color Cylindrical-coordinate representation of color #A95436: hue angle of 15.65º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A95436 is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 84 | 54 | - |
| CMYK | 0 | 0.50 | 0.68 | 0.34 |
| HSL | 15.65º | 0.52% | 0.44% | - |
| HSV(B) | 15.65º | 0.68% | 0.66% | - |
| XYZ | 20.2 | 15.04 | 5.33 | - |
| YUV | 106 | 98.66 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 84 | 54 | 0 | 0.50 | 0.68 | 0.34 | 15.65 | 0.52 | 0.44 |
| Hex | A9 | 54 | 36 | 0 | 32 | 44 | 22 | 10 | 34 | 2C |
| Octal | 251 | 124 | 66 | 0 | 62 | 104 | 42 | 20 | 64 | 54 |
| Binary | 10101001 | 1010100 | 110110 | 0 | 110010 | 1000100 | 100010 | 10000 | 110100 | 101100 |
Color Harmonies of #A95436
Complementary color
Monochromatic Colors of #A95436
Black with #A95436
Text Example
Text Example
White with #A95436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95436; }
p { color: rgb(169,84,54); }
H1.HeaderClassName
{
color: #A95436;
}
.AnyTagClassName
{
color: #A95436;
}
</style>
background-color css
<style>
a { background-color: #A95436; }
a { background-color: rgb(169,84,54); }
div.DivClassName
{
background-color: #A95436;
}
.BgClassName
{
background-color: #A95436;
}
</style>
border-color css
<style>
span { border-color: #A95436; }
span { border-color: rgb(169,84,54); }
td.TdClassName
{
border-color: #A95436;
}
.TagClassName
{
border-color: #A95436;
}
</style>