#8A6159

Color #8A6159 Pharlap (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pharlap #8A6159

Tints of Pharlap #8A6159

Color information

#8A6159 (or 0x8A6159) is unknown color: approx Pharlap. HEX triplet: 8A, 61 and 59. RGB value is (138,97,89). Sum of RGB (Red+Green+Blue) = 138+97+89=324 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.59% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 89 (35.16% from 255 or 27.47% from 324); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6159 is #759EA6. Grayscale: #6C6C6C. Windows color (decimal): -7708327 or 5857674. OLE color: 5857674.

HSL color Cylindrical-coordinate representation of color #8A6159: hue angle of 9.8º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A6159 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB1389789-
CMYK00.300.360.46
HSL9.8º21.59%44.51%-
HSV(B)9.8º35.51%54.12%-
XYZ16.5614.6711.41-
YUV108.35117.08149.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 42.59%
GREEN value IS 97 (38.28% from 255) = 29.94%
BLUE value IS 89 (35.16% from 255) = 27.47%
R=42.59%
G=29.94%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138978900.300.360.469.821.5944.51
Hex8A615901E242Ea162d
Octal2121411310364456122655
Binary1000101011000011011001011110100100101110101010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A6159; }

 p { color: rgb(138,97,89); }

 H1.HeaderClassName
 {
   color: #8A6159;
 }
 .AnyTagClassName
 {
   color: #8A6159;
 }
</style>
background-color css

<style>
 a { background-color: #8A6159; }

 a { background-color: rgb(138,97,89); }

 div.DivClassName
 {
   background-color: #8A6159;
 }
 .BgClassName
 {
   background-color: #8A6159;
 }
</style>
border-color css

<style>
 span { border-color: #8A6159; }

 span { border-color: rgb(138,97,89); }

 td.TdClassName
 {
   border-color: #8A6159;
 }
 .TagClassName
 {
   border-color: #8A6159;
 }
</style>