Shades of Orange Roughy #A8533A
Tints of Orange Roughy #A8533A
RGB
CMYK
RGB Variations
Color information
#A8533A (or 0xA8533A) is known color: Orange Roughy. HEX triplet: A8, 53 and 3A. RGB value is (168,83,58). Sum of RGB (Red+Green+Blue) = 168+83+58=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A8533A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8533A is #57ACC5. Grayscale: #696969. Windows color (decimal): -5745862 or 3822504. OLE color: 3822504.
HSL color Cylindrical-coordinate representation of color #A8533A: hue angle of 13.64º 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 #A8533A is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 83 | 58 | - |
| CMYK | 0 | 0.51 | 0.65 | 0.34 |
| HSL | 13.64º | 0.49% | 0.44% | - |
| HSV(B) | 13.64º | 0.65% | 0.66% | - |
| XYZ | 20.01 | 14.82 | 5.81 | - |
| YUV | 105.57 | 101.16 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 58 | 0 | 0.51 | 0.65 | 0.34 | 13.64 | 0.49 | 0.44 |
| Hex | A8 | 53 | 3A | 0 | 33 | 41 | 22 | E | 31 | 2C |
| Octal | 250 | 123 | 72 | 0 | 63 | 101 | 42 | 16 | 61 | 54 |
| Binary | 10101000 | 1010011 | 111010 | 0 | 110011 | 1000001 | 100010 | 1110 | 110001 | 101100 |
Color Harmonies of #A8533A
Complementary color
Monochromatic Colors of #A8533A
Black with #A8533A
Text Example
Text Example
White with #A8533A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8533A; }
p { color: rgb(168,83,58); }
H1.HeaderClassName
{
color: #A8533A;
}
.AnyTagClassName
{
color: #A8533A;
}
</style>
background-color css
<style>
a { background-color: #A8533A; }
a { background-color: rgb(168,83,58); }
div.DivClassName
{
background-color: #A8533A;
}
.BgClassName
{
background-color: #A8533A;
}
</style>
border-color css
<style>
span { border-color: #A8533A; }
span { border-color: rgb(168,83,58); }
td.TdClassName
{
border-color: #A8533A;
}
.TagClassName
{
border-color: #A8533A;
}
</style>