Shades of Orange Roughy #A55033
Tints of Orange Roughy #A55033
RGB
CMYK
RGB Variations
Color information
#A55033 (or 0xA55033) is known color: Orange Roughy. HEX triplet: A5, 50 and 33. RGB value is (165,80,51). Sum of RGB (Red+Green+Blue) = 165+80+51=296 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.74% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 165 - color contains mainly: red. Hex color #A55033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55033 is #5AAFCC. Grayscale: #666666. Windows color (decimal): -5943245 or 3362981. OLE color: 3362981.
HSL color Cylindrical-coordinate representation of color #A55033: hue angle of 15.26º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A55033 is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 80 | 51 | - |
| CMYK | 0 | 0.52 | 0.69 | 0.35 |
| HSL | 15.26º | 0.53% | 0.42% | - |
| HSV(B) | 15.26º | 0.69% | 0.65% | - |
| XYZ | 18.98 | 13.98 | 4.83 | - |
| YUV | 102.11 | 99.16 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 80 | 51 | 0 | 0.52 | 0.69 | 0.35 | 15.26 | 0.53 | 0.42 |
| Hex | A5 | 50 | 33 | 0 | 34 | 45 | 23 | F | 35 | 2A |
| Octal | 245 | 120 | 63 | 0 | 64 | 105 | 43 | 17 | 65 | 52 |
| Binary | 10100101 | 1010000 | 110011 | 0 | 110100 | 1000101 | 100011 | 1111 | 110101 | 101010 |
Color Harmonies of #A55033
Complementary color
Monochromatic Colors of #A55033
Black with #A55033
Text Example
Text Example
White with #A55033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55033; }
p { color: rgb(165,80,51); }
H1.HeaderClassName
{
color: #A55033;
}
.AnyTagClassName
{
color: #A55033;
}
</style>
background-color css
<style>
a { background-color: #A55033; }
a { background-color: rgb(165,80,51); }
div.DivClassName
{
background-color: #A55033;
}
.BgClassName
{
background-color: #A55033;
}
</style>
border-color css
<style>
span { border-color: #A55033; }
span { border-color: rgb(165,80,51); }
td.TdClassName
{
border-color: #A55033;
}
.TagClassName
{
border-color: #A55033;
}
</style>