#8A5758

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

Shades of Solid Pink #8A5758

Tints of Solid Pink #8A5758

Color information

#8A5758 (or 0x8A5758) is unknown color: approx Solid Pink. HEX triplet: 8A, 57 and 58. RGB value is (138,87,88). Sum of RGB (Red+Green+Blue) = 138+87+88=313 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.09% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5758 is #75A8A7. Grayscale: #666666. Windows color (decimal): -7710888 or 5789578. OLE color: 5789578.

HSL color Cylindrical-coordinate representation of color #8A5758: hue angle of 358.82º 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 #8A5758 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB1388788-
CMYK00.370.360.46
HSL358.82º22.67%44.12%-
HSV(B)358.82º36.96%54.12%-
XYZ15.6512.9210.9-
YUV102.36119.9153.42-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.09%
GREEN value IS 87 (34.38% from 255) = 27.80%
BLUE value IS 88 (34.77% from 255) = 28.12%
R=44.09%
G=27.80%
B=28.12%

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
Decimal138878800.370.360.46358.8222.6744.12
Hex8A5758025242E167172c
Octal21212713004544565472754
Binary1000101010101111011000010010110010010111010110011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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