Shades of Ferra #8A7069
Tints of Ferra #8A7069
RGB
CMYK
RGB Variations
Color information
#8A7069 (or 0x8A7069) is known color: Ferra. HEX triplet: 8A, 70 and 69. RGB value is (138,112,105). Sum of RGB (Red+Green+Blue) = 138+112+105=355 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.87% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 105 (41.41% from 255 or 29.58% from 355); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7069 is #758F96. Grayscale: #777777. Windows color (decimal): -7704471 or 6910090. OLE color: 6910090.
HSL color Cylindrical-coordinate representation of color #8A7069: hue angle of 12.73º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8A7069 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 112 | 105 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.46 |
| HSL | 12.73º | 0.14% | 0.48% | - |
| HSV(B) | 12.73º | 0.24% | 0.54% | - |
| XYZ | 18.83 | 18.01 | 15.85 | - |
| YUV | 118.98 | 120.11 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 112 | 105 | 0 | 0.19 | 0.24 | 0.46 | 12.73 | 0.14 | 0.48 |
| Hex | 8A | 70 | 69 | 0 | 13 | 18 | 2E | D | E | 30 |
| Octal | 212 | 160 | 151 | 0 | 23 | 30 | 56 | 15 | 16 | 60 |
| Binary | 10001010 | 1110000 | 1101001 | 0 | 10011 | 11000 | 101110 | 1101 | 1110 | 110000 |
Color Harmonies of #8A7069
Complementary color
Monochromatic Colors of #8A7069
Black with #8A7069
Text Example
Text Example
White with #8A7069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7069; }
p { color: rgb(138,112,105); }
H1.HeaderClassName
{
color: #8A7069;
}
.AnyTagClassName
{
color: #8A7069;
}
</style>
background-color css
<style>
a { background-color: #8A7069; }
a { background-color: rgb(138,112,105); }
div.DivClassName
{
background-color: #8A7069;
}
.BgClassName
{
background-color: #8A7069;
}
</style>
border-color css
<style>
span { border-color: #8A7069; }
span { border-color: rgb(138,112,105); }
td.TdClassName
{
border-color: #8A7069;
}
.TagClassName
{
border-color: #8A7069;
}
</style>