#8A5759

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

Shades of Solid Pink #8A5759

Tints of Solid Pink #8A5759

Color information

#8A5759 (or 0x8A5759) is unknown color: approx Solid Pink. HEX triplet: 8A, 57 and 59. RGB value is (138,87,89). Sum of RGB (Red+Green+Blue) = 138+87+89=314 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.95% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 89 (35.16% from 255 or 28.34% from 314); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5759 is #75A8A6. Grayscale: #666666. Windows color (decimal): -7710887 or 5855114. OLE color: 5855114.

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

Color convert

RGB1388789-
CMYK00.370.360.46
HSL357.65º22.67%44.12%-
HSV(B)357.65º36.96%54.12%-
XYZ15.6912.9411.12-
YUV102.48120.4153.34-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.95%
GREEN value IS 87 (34.38% from 255) = 27.71%
BLUE value IS 89 (35.16% from 255) = 28.34%
R=43.95%
G=27.71%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138878900.370.360.46357.6522.6744.12
Hex8A5759025242E166172c
Octal21212713104544565462754
Binary1000101010101111011001010010110010010111010110011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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