Shades of Orange Roughy #AA5A3C
Tints of Orange Roughy #AA5A3C
RGB
CMYK
RGB Variations
Color information
#AA5A3C (or 0xAA5A3C) is known color: Orange Roughy. HEX triplet: AA, 5A and 3C. RGB value is (170,90,60). Sum of RGB (Red+Green+Blue) = 170+90+60=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5A3C is #55A5C3. Grayscale: #6E6E6E. Windows color (decimal): -5612996 or 3955370. OLE color: 3955370.
HSL color Cylindrical-coordinate representation of color #AA5A3C: hue angle of 16.36º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA5A3C is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 90 | 60 | - |
| CMYK | 0 | 0.47 | 0.65 | 0.33 |
| HSL | 16.36º | 0.48% | 0.45% | - |
| HSV(B) | 16.36º | 0.65% | 0.67% | - |
| XYZ | 21.05 | 16.18 | 6.29 | - |
| YUV | 110.5 | 99.5 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 60 | 0 | 0.47 | 0.65 | 0.33 | 16.36 | 0.48 | 0.45 |
| Hex | AA | 5A | 3C | 0 | 2F | 41 | 21 | 10 | 30 | 2D |
| Octal | 252 | 132 | 74 | 0 | 57 | 101 | 41 | 20 | 60 | 55 |
| Binary | 10101010 | 1011010 | 111100 | 0 | 101111 | 1000001 | 100001 | 10000 | 110000 | 101101 |
Color Harmonies of #AA5A3C
Complementary color
Monochromatic Colors of #AA5A3C
Black with #AA5A3C
Text Example
Text Example
White with #AA5A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5A3C; }
p { color: rgb(170,90,60); }
H1.HeaderClassName
{
color: #AA5A3C;
}
.AnyTagClassName
{
color: #AA5A3C;
}
</style>
background-color css
<style>
a { background-color: #AA5A3C; }
a { background-color: rgb(170,90,60); }
div.DivClassName
{
background-color: #AA5A3C;
}
.BgClassName
{
background-color: #AA5A3C;
}
</style>
border-color css
<style>
span { border-color: #AA5A3C; }
span { border-color: rgb(170,90,60); }
td.TdClassName
{
border-color: #AA5A3C;
}
.TagClassName
{
border-color: #AA5A3C;
}
</style>