Shades of Orange Roughy #AA4B3A
Tints of Orange Roughy #AA4B3A
RGB
CMYK
RGB Variations
Color information
#AA4B3A (or 0xAA4B3A) is known color: Orange Roughy. HEX triplet: AA, 4B and 3A. RGB value is (170,75,58). Sum of RGB (Red+Green+Blue) = 170+75+58=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4B3A is #55B4C5. Grayscale: #656565. Windows color (decimal): -5616838 or 3820458. OLE color: 3820458.
HSL color Cylindrical-coordinate representation of color #AA4B3A: hue angle of 9.11º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA4B3A is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 75 | 58 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.33 |
| HSL | 9.11º | 0.49% | 0.45% | - |
| HSV(B) | 9.11º | 0.66% | 0.67% | - |
| XYZ | 19.86 | 13.88 | 5.64 | - |
| YUV | 101.47 | 103.47 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 75 | 58 | 0 | 0.56 | 0.66 | 0.33 | 9.11 | 0.49 | 0.45 |
| Hex | AA | 4B | 3A | 0 | 38 | 42 | 21 | 9 | 31 | 2D |
| Octal | 252 | 113 | 72 | 0 | 70 | 102 | 41 | 11 | 61 | 55 |
| Binary | 10101010 | 1001011 | 111010 | 0 | 111000 | 1000010 | 100001 | 1001 | 110001 | 101101 |
Color Harmonies of #AA4B3A
Complementary color
Monochromatic Colors of #AA4B3A
Black with #AA4B3A
Text Example
Text Example
White with #AA4B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4B3A; }
p { color: rgb(170,75,58); }
H1.HeaderClassName
{
color: #AA4B3A;
}
.AnyTagClassName
{
color: #AA4B3A;
}
</style>
background-color css
<style>
a { background-color: #AA4B3A; }
a { background-color: rgb(170,75,58); }
div.DivClassName
{
background-color: #AA4B3A;
}
.BgClassName
{
background-color: #AA4B3A;
}
</style>
border-color css
<style>
span { border-color: #AA4B3A; }
span { border-color: rgb(170,75,58); }
td.TdClassName
{
border-color: #AA4B3A;
}
.TagClassName
{
border-color: #AA4B3A;
}
</style>