Shades of Pharlap #8A625A
Tints of Pharlap #8A625A
RGB
CMYK
RGB Variations
Color information
#8A625A (or 0x8A625A) is known color: Pharlap. HEX triplet: 8A, 62 and 5A. RGB value is (138,98,90). Sum of RGB (Red+Green+Blue) = 138+98+90=326 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.33% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 138 - color contains mainly: red. Hex color #8A625A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A625A is #759DA5. Grayscale: #6D6D6D. Windows color (decimal): -7708070 or 5923466. OLE color: 5923466.
HSL color Cylindrical-coordinate representation of color #8A625A: hue angle of 10º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8A625A is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 98 | 90 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.46 |
| HSL | 10º | 0.21% | 0.45% | - |
| HSV(B) | 10º | 0.35% | 0.54% | - |
| XYZ | 16.69 | 14.88 | 11.66 | - |
| YUV | 109.05 | 117.25 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 98 | 90 | 0 | 0.29 | 0.35 | 0.46 | 10 | 0.21 | 0.45 |
| Hex | 8A | 62 | 5A | 0 | 1D | 23 | 2E | A | 15 | 2D |
| Octal | 212 | 142 | 132 | 0 | 35 | 43 | 56 | 12 | 25 | 55 |
| Binary | 10001010 | 1100010 | 1011010 | 0 | 11101 | 100011 | 101110 | 1010 | 10101 | 101101 |
Color Harmonies of #8A625A
Complementary color
Monochromatic Colors of #8A625A
Black with #8A625A
Text Example
Text Example
White with #8A625A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A625A; }
p { color: rgb(138,98,90); }
H1.HeaderClassName
{
color: #8A625A;
}
.AnyTagClassName
{
color: #8A625A;
}
</style>
background-color css
<style>
a { background-color: #8A625A; }
a { background-color: rgb(138,98,90); }
div.DivClassName
{
background-color: #8A625A;
}
.BgClassName
{
background-color: #8A625A;
}
</style>
border-color css
<style>
span { border-color: #8A625A; }
span { border-color: rgb(138,98,90); }
td.TdClassName
{
border-color: #8A625A;
}
.TagClassName
{
border-color: #8A625A;
}
</style>