Shades of Arrowtown #8A7C62
Tints of Arrowtown #8A7C62
RGB
CMYK
RGB Variations
Color information
#8A7C62 (or 0x8A7C62) is known color: Arrowtown. HEX triplet: 8A, 7C and 62. RGB value is (138,124,98). Sum of RGB (Red+Green+Blue) = 138+124+98=360 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.33% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 98 (38.67% from 255 or 27.22% from 360); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7C62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7C62 is #75839D. Grayscale: #7D7D7D. Windows color (decimal): -7701406 or 6454410. OLE color: 6454410.
HSL color Cylindrical-coordinate representation of color #8A7C62: hue angle of 39º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8A7C62 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 124 | 98 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.46 |
| HSL | 39º | 0.17% | 0.46% | - |
| HSV(B) | 39º | 0.29% | 0.54% | - |
| XYZ | 19.89 | 20.7 | 14.5 | - |
| YUV | 125.22 | 112.64 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 124 | 98 | 0 | 0.10 | 0.29 | 0.46 | 39 | 0.17 | 0.46 |
| Hex | 8A | 7C | 62 | 0 | A | 1D | 2E | 27 | 11 | 2E |
| Octal | 212 | 174 | 142 | 0 | 12 | 35 | 56 | 47 | 21 | 56 |
| Binary | 10001010 | 1111100 | 1100010 | 0 | 1010 | 11101 | 101110 | 100111 | 10001 | 101110 |
Color Harmonies of #8A7C62
Complementary color
Monochromatic Colors of #8A7C62
Black with #8A7C62
Text Example
Text Example
White with #8A7C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7C62; }
p { color: rgb(138,124,98); }
H1.HeaderClassName
{
color: #8A7C62;
}
.AnyTagClassName
{
color: #8A7C62;
}
</style>
background-color css
<style>
a { background-color: #8A7C62; }
a { background-color: rgb(138,124,98); }
div.DivClassName
{
background-color: #8A7C62;
}
.BgClassName
{
background-color: #8A7C62;
}
</style>
border-color css
<style>
span { border-color: #8A7C62; }
span { border-color: rgb(138,124,98); }
td.TdClassName
{
border-color: #8A7C62;
}
.TagClassName
{
border-color: #8A7C62;
}
</style>