Shades of Orange Roughy #AA4E3D
Tints of Orange Roughy #AA4E3D
RGB
CMYK
RGB Variations
Color information
#AA4E3D (or 0xAA4E3D) is known color: Orange Roughy. HEX triplet: AA, 4E and 3D. RGB value is (170,78,61). Sum of RGB (Red+Green+Blue) = 170+78+61=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4E3D is #55B1C2. Grayscale: #676767. Windows color (decimal): -5616067 or 4017834. OLE color: 4017834.
HSL color Cylindrical-coordinate representation of color #AA4E3D: hue angle of 9.36º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA4E3D is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 78 | 61 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.33 |
| HSL | 9.36º | 0.47% | 0.45% | - |
| HSV(B) | 9.36º | 0.64% | 0.67% | - |
| XYZ | 20.14 | 14.33 | 6.12 | - |
| YUV | 103.57 | 103.98 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 61 | 0 | 0.54 | 0.64 | 0.33 | 9.36 | 0.47 | 0.45 |
| Hex | AA | 4E | 3D | 0 | 36 | 40 | 21 | 9 | 2F | 2D |
| Octal | 252 | 116 | 75 | 0 | 66 | 100 | 41 | 11 | 57 | 55 |
| Binary | 10101010 | 1001110 | 111101 | 0 | 110110 | 1000000 | 100001 | 1001 | 101111 | 101101 |
Color Harmonies of #AA4E3D
Complementary color
Monochromatic Colors of #AA4E3D
Black with #AA4E3D
Text Example
Text Example
White with #AA4E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4E3D; }
p { color: rgb(170,78,61); }
H1.HeaderClassName
{
color: #AA4E3D;
}
.AnyTagClassName
{
color: #AA4E3D;
}
</style>
background-color css
<style>
a { background-color: #AA4E3D; }
a { background-color: rgb(170,78,61); }
div.DivClassName
{
background-color: #AA4E3D;
}
.BgClassName
{
background-color: #AA4E3D;
}
</style>
border-color css
<style>
span { border-color: #AA4E3D; }
span { border-color: rgb(170,78,61); }
td.TdClassName
{
border-color: #AA4E3D;
}
.TagClassName
{
border-color: #AA4E3D;
}
</style>