Shades of Arrowtown #8A7C65
Tints of Arrowtown #8A7C65
RGB
CMYK
RGB Variations
Color information
#8A7C65 (or 0x8A7C65) is known color: Arrowtown. HEX triplet: 8A, 7C and 65. RGB value is (138,124,101). Sum of RGB (Red+Green+Blue) = 138+124+101=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7C65 is #75839A. Grayscale: #7D7D7D. Windows color (decimal): -7701403 or 6651018. OLE color: 6651018.
HSL color Cylindrical-coordinate representation of color #8A7C65: hue angle of 37.3º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8A7C65 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 124 | 101 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.46 |
| HSL | 37.3º | 0.15% | 0.47% | - |
| HSV(B) | 37.3º | 0.27% | 0.54% | - |
| XYZ | 20.04 | 20.76 | 15.26 | - |
| YUV | 125.56 | 114.14 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 124 | 101 | 0 | 0.10 | 0.27 | 0.46 | 37.3 | 0.15 | 0.47 |
| Hex | 8A | 7C | 65 | 0 | A | 1B | 2E | 25 | F | 2F |
| Octal | 212 | 174 | 145 | 0 | 12 | 33 | 56 | 45 | 17 | 57 |
| Binary | 10001010 | 1111100 | 1100101 | 0 | 1010 | 11011 | 101110 | 100101 | 1111 | 101111 |
Color Harmonies of #8A7C65
Complementary color
Monochromatic Colors of #8A7C65
Black with #8A7C65
Text Example
Text Example
White with #8A7C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7C65; }
p { color: rgb(138,124,101); }
H1.HeaderClassName
{
color: #8A7C65;
}
.AnyTagClassName
{
color: #8A7C65;
}
</style>
background-color css
<style>
a { background-color: #8A7C65; }
a { background-color: rgb(138,124,101); }
div.DivClassName
{
background-color: #8A7C65;
}
.BgClassName
{
background-color: #8A7C65;
}
</style>
border-color css
<style>
span { border-color: #8A7C65; }
span { border-color: rgb(138,124,101); }
td.TdClassName
{
border-color: #8A7C65;
}
.TagClassName
{
border-color: #8A7C65;
}
</style>