#8A585B

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

Shades of Solid Pink #8A585B

Tints of Solid Pink #8A585B

Color information

#8A585B (or 0x8A585B) is unknown color: approx Solid Pink. HEX triplet: 8A, 58 and 5B. RGB value is (138,88,91). Sum of RGB (Red+Green+Blue) = 138+88+91=317 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.53% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 138 - color contains mainly: red. Hex color #8A585B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A585B is #75A7A4. Grayscale: #676767. Windows color (decimal): -7710629 or 5986442. OLE color: 5986442.

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

Color convert

RGB1388891-
CMYK00.360.340.46
HSL356.4º22.12%44.31%-
HSV(B)356.4º36.23%54.12%-
XYZ15.8613.1411.6-
YUV103.29121.06152.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.53%
GREEN value IS 88 (34.77% from 255) = 27.76%
BLUE value IS 91 (35.94% from 255) = 28.71%
R=43.53%
G=27.76%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138889100.360.340.46356.422.1244.31
Hex8A585B024222E164162c
Octal21213013304442565442654
Binary1000101010110001011011010010010001010111010110010010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A585B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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