Shades of Orange Roughy #A8523A
Tints of Orange Roughy #A8523A
RGB
CMYK
RGB Variations
Color information
#A8523A (or 0xA8523A) is known color: Orange Roughy. HEX triplet: A8, 52 and 3A. RGB value is (168,82,58). Sum of RGB (Red+Green+Blue) = 168+82+58=308 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.55% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 58 (23.05% from 255 or 18.83% from 308); Max value from RGB is 168 - color contains mainly: red. Hex color #A8523A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8523A is #57ADC5. Grayscale: #696969. Windows color (decimal): -5746118 or 3822248. OLE color: 3822248.
HSL color Cylindrical-coordinate representation of color #A8523A: hue angle of 13.09º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8523A is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 82 | 58 | - |
| CMYK | 0 | 0.51 | 0.65 | 0.34 |
| HSL | 13.09º | 0.49% | 0.44% | - |
| HSV(B) | 13.09º | 0.65% | 0.66% | - |
| XYZ | 19.93 | 14.66 | 5.78 | - |
| YUV | 104.98 | 101.49 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 82 | 58 | 0 | 0.51 | 0.65 | 0.34 | 13.09 | 0.49 | 0.44 |
| Hex | A8 | 52 | 3A | 0 | 33 | 41 | 22 | D | 31 | 2C |
| Octal | 250 | 122 | 72 | 0 | 63 | 101 | 42 | 15 | 61 | 54 |
| Binary | 10101000 | 1010010 | 111010 | 0 | 110011 | 1000001 | 100010 | 1101 | 110001 | 101100 |
Color Harmonies of #A8523A
Complementary color
Monochromatic Colors of #A8523A
Black with #A8523A
Text Example
Text Example
White with #A8523A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8523A; }
p { color: rgb(168,82,58); }
H1.HeaderClassName
{
color: #A8523A;
}
.AnyTagClassName
{
color: #A8523A;
}
</style>
background-color css
<style>
a { background-color: #A8523A; }
a { background-color: rgb(168,82,58); }
div.DivClassName
{
background-color: #A8523A;
}
.BgClassName
{
background-color: #A8523A;
}
</style>
border-color css
<style>
span { border-color: #A8523A; }
span { border-color: rgb(168,82,58); }
td.TdClassName
{
border-color: #A8523A;
}
.TagClassName
{
border-color: #A8523A;
}
</style>