Shades of Pharlap #8A665F
Tints of Pharlap #8A665F
RGB
CMYK
RGB Variations
Color information
#8A665F (or 0x8A665F) is known color: Pharlap. HEX triplet: 8A, 66 and 5F. RGB value is (138,102,95). Sum of RGB (Red+Green+Blue) = 138+102+95=335 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.19% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 138 - color contains mainly: red. Hex color #8A665F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A665F is #7599A0. Grayscale: #707070. Windows color (decimal): -7707041 or 6252170. OLE color: 6252170.
HSL color Cylindrical-coordinate representation of color #8A665F: hue angle of 9.77º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8A665F is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 102 | 95 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.46 |
| HSL | 9.77º | 0.18% | 0.46% | - |
| HSV(B) | 9.77º | 0.31% | 0.54% | - |
| XYZ | 17.3 | 15.73 | 12.95 | - |
| YUV | 111.97 | 118.43 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 102 | 95 | 0 | 0.26 | 0.31 | 0.46 | 9.77 | 0.18 | 0.46 |
| Hex | 8A | 66 | 5F | 0 | 1A | 1F | 2E | A | 12 | 2E |
| Octal | 212 | 146 | 137 | 0 | 32 | 37 | 56 | 12 | 22 | 56 |
| Binary | 10001010 | 1100110 | 1011111 | 0 | 11010 | 11111 | 101110 | 1010 | 10010 | 101110 |
Color Harmonies of #8A665F
Complementary color
Monochromatic Colors of #8A665F
Black with #8A665F
Text Example
Text Example
White with #8A665F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A665F; }
p { color: rgb(138,102,95); }
H1.HeaderClassName
{
color: #8A665F;
}
.AnyTagClassName
{
color: #8A665F;
}
</style>
background-color css
<style>
a { background-color: #8A665F; }
a { background-color: rgb(138,102,95); }
div.DivClassName
{
background-color: #8A665F;
}
.BgClassName
{
background-color: #8A665F;
}
</style>
border-color css
<style>
span { border-color: #8A665F; }
span { border-color: rgb(138,102,95); }
td.TdClassName
{
border-color: #8A665F;
}
.TagClassName
{
border-color: #8A665F;
}
</style>