Shades of Arrowtown #8A806D
Tints of Arrowtown #8A806D
RGB
CMYK
RGB Variations
Color information
#8A806D (or 0x8A806D) is known color: Arrowtown. HEX triplet: 8A, 80 and 6D. RGB value is (138,128,109). Sum of RGB (Red+Green+Blue) = 138+128+109=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 138 - color contains mainly: red. Hex color #8A806D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A806D is #757F92. Grayscale: #808080. Windows color (decimal): -7700371 or 7176330. OLE color: 7176330.
HSL color Cylindrical-coordinate representation of color #8A806D: hue angle of 39.31º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8A806D is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 128 | 109 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.46 |
| HSL | 39.31º | 0.12% | 0.48% | - |
| HSV(B) | 39.31º | 0.21% | 0.54% | - |
| XYZ | 20.96 | 21.95 | 17.6 | - |
| YUV | 128.82 | 116.81 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 128 | 109 | 0 | 0.07 | 0.21 | 0.46 | 39.31 | 0.12 | 0.48 |
| Hex | 8A | 80 | 6D | 0 | 7 | 15 | 2E | 27 | C | 30 |
| Octal | 212 | 200 | 155 | 0 | 7 | 25 | 56 | 47 | 14 | 60 |
| Binary | 10001010 | 10000000 | 1101101 | 0 | 111 | 10101 | 101110 | 100111 | 1100 | 110000 |
Color Harmonies of #8A806D
Complementary color
Monochromatic Colors of #8A806D
Black with #8A806D
Text Example
Text Example
White with #8A806D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A806D; }
p { color: rgb(138,128,109); }
H1.HeaderClassName
{
color: #8A806D;
}
.AnyTagClassName
{
color: #8A806D;
}
</style>
background-color css
<style>
a { background-color: #8A806D; }
a { background-color: rgb(138,128,109); }
div.DivClassName
{
background-color: #8A806D;
}
.BgClassName
{
background-color: #8A806D;
}
</style>
border-color css
<style>
span { border-color: #8A806D; }
span { border-color: rgb(138,128,109); }
td.TdClassName
{
border-color: #8A806D;
}
.TagClassName
{
border-color: #8A806D;
}
</style>