Shades of Orange Roughy #AA4D35
Tints of Orange Roughy #AA4D35
RGB
CMYK
RGB Variations
Color information
#AA4D35 (or 0xAA4D35) is known color: Orange Roughy. HEX triplet: AA, 4D and 35. RGB value is (170,77,53). Sum of RGB (Red+Green+Blue) = 170+77+53=300 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.67% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 53 (21.09% from 255 or 17.67% from 300); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4D35 is #55B2CA. Grayscale: #666666. Windows color (decimal): -5616331 or 3493290. OLE color: 3493290.
HSL color Cylindrical-coordinate representation of color #AA4D35: hue angle of 12.31º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA4D35 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 77 | 53 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.33 |
| HSL | 12.31º | 0.52% | 0.44% | - |
| HSV(B) | 12.31º | 0.69% | 0.67% | - |
| XYZ | 19.87 | 14.11 | 5.04 | - |
| YUV | 102.07 | 100.31 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 53 | 0 | 0.55 | 0.69 | 0.33 | 12.31 | 0.52 | 0.44 |
| Hex | AA | 4D | 35 | 0 | 37 | 45 | 21 | C | 34 | 2C |
| Octal | 252 | 115 | 65 | 0 | 67 | 105 | 41 | 14 | 64 | 54 |
| Binary | 10101010 | 1001101 | 110101 | 0 | 110111 | 1000101 | 100001 | 1100 | 110100 | 101100 |
Color Harmonies of #AA4D35
Complementary color
Monochromatic Colors of #AA4D35
Black with #AA4D35
Text Example
Text Example
White with #AA4D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4D35; }
p { color: rgb(170,77,53); }
H1.HeaderClassName
{
color: #AA4D35;
}
.AnyTagClassName
{
color: #AA4D35;
}
</style>
background-color css
<style>
a { background-color: #AA4D35; }
a { background-color: rgb(170,77,53); }
div.DivClassName
{
background-color: #AA4D35;
}
.BgClassName
{
background-color: #AA4D35;
}
</style>
border-color css
<style>
span { border-color: #AA4D35; }
span { border-color: rgb(170,77,53); }
td.TdClassName
{
border-color: #AA4D35;
}
.TagClassName
{
border-color: #AA4D35;
}
</style>