Shades of Orange Roughy #A6553C
Tints of Orange Roughy #A6553C
RGB
CMYK
RGB Variations
Color information
#A6553C (or 0xA6553C) is known color: Orange Roughy. HEX triplet: A6, 55 and 3C. RGB value is (166,85,60). Sum of RGB (Red+Green+Blue) = 166+85+60=311 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.38% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 166 - color contains mainly: red. Hex color #A6553C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6553C is #59AAC3. Grayscale: #6A6A6A. Windows color (decimal): -5876420 or 3954086. OLE color: 3954086.
HSL color Cylindrical-coordinate representation of color #A6553C: hue angle of 14.15º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A6553C is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 85 | 60 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.35 |
| HSL | 14.15º | 0.47% | 0.44% | - |
| HSV(B) | 14.15º | 0.64% | 0.65% | - |
| XYZ | 19.79 | 14.93 | 6.11 | - |
| YUV | 106.37 | 101.84 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 85 | 60 | 0 | 0.49 | 0.64 | 0.35 | 14.15 | 0.47 | 0.44 |
| Hex | A6 | 55 | 3C | 0 | 31 | 40 | 23 | E | 2F | 2C |
| Octal | 246 | 125 | 74 | 0 | 61 | 100 | 43 | 16 | 57 | 54 |
| Binary | 10100110 | 1010101 | 111100 | 0 | 110001 | 1000000 | 100011 | 1110 | 101111 | 101100 |
Color Harmonies of #A6553C
Complementary color
Monochromatic Colors of #A6553C
Black with #A6553C
Text Example
Text Example
White with #A6553C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6553C; }
p { color: rgb(166,85,60); }
H1.HeaderClassName
{
color: #A6553C;
}
.AnyTagClassName
{
color: #A6553C;
}
</style>
background-color css
<style>
a { background-color: #A6553C; }
a { background-color: rgb(166,85,60); }
div.DivClassName
{
background-color: #A6553C;
}
.BgClassName
{
background-color: #A6553C;
}
</style>
border-color css
<style>
span { border-color: #A6553C; }
span { border-color: rgb(166,85,60); }
td.TdClassName
{
border-color: #A6553C;
}
.TagClassName
{
border-color: #A6553C;
}
</style>