Shades of Orange Roughy #A5523A
Tints of Orange Roughy #A5523A
RGB
CMYK
RGB Variations
Color information
#A5523A (or 0xA5523A) is known color: Orange Roughy. HEX triplet: A5, 52 and 3A. RGB value is (165,82,58). Sum of RGB (Red+Green+Blue) = 165+82+58=305 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.10% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 165 - color contains mainly: red. Hex color #A5523A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5523A is #5AADC5. Grayscale: #686868. Windows color (decimal): -5942726 or 3822245. OLE color: 3822245.
HSL color Cylindrical-coordinate representation of color #A5523A: hue angle of 13.46º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5523A is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 82 | 58 | - |
| CMYK | 0 | 0.50 | 0.65 | 0.35 |
| HSL | 13.46º | 0.48% | 0.44% | - |
| HSV(B) | 13.46º | 0.65% | 0.65% | - |
| XYZ | 19.3 | 14.34 | 5.75 | - |
| YUV | 104.08 | 102 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 82 | 58 | 0 | 0.50 | 0.65 | 0.35 | 13.46 | 0.48 | 0.44 |
| Hex | A5 | 52 | 3A | 0 | 32 | 41 | 23 | D | 30 | 2C |
| Octal | 245 | 122 | 72 | 0 | 62 | 101 | 43 | 15 | 60 | 54 |
| Binary | 10100101 | 1010010 | 111010 | 0 | 110010 | 1000001 | 100011 | 1101 | 110000 | 101100 |
Color Harmonies of #A5523A
Complementary color
Monochromatic Colors of #A5523A
Black with #A5523A
Text Example
Text Example
White with #A5523A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5523A; }
p { color: rgb(165,82,58); }
H1.HeaderClassName
{
color: #A5523A;
}
.AnyTagClassName
{
color: #A5523A;
}
</style>
background-color css
<style>
a { background-color: #A5523A; }
a { background-color: rgb(165,82,58); }
div.DivClassName
{
background-color: #A5523A;
}
.BgClassName
{
background-color: #A5523A;
}
</style>
border-color css
<style>
span { border-color: #A5523A; }
span { border-color: rgb(165,82,58); }
td.TdClassName
{
border-color: #A5523A;
}
.TagClassName
{
border-color: #A5523A;
}
</style>