#8A5559

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

Shades of Solid Pink #8A5559

Tints of Solid Pink #8A5559

Color information

#8A5559 (or 0x8A5559) is unknown color: approx Solid Pink. HEX triplet: 8A, 55 and 59. RGB value is (138,85,89). Sum of RGB (Red+Green+Blue) = 138+85+89=312 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.23% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5559 is #75AAA6. Grayscale: #656565. Windows color (decimal): -7711399 or 5854602. OLE color: 5854602.

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

Color convert

RGB1388589-
CMYK00.380.360.46
HSL355.47º23.77%43.73%-
HSV(B)355.47º38.41%54.12%-
XYZ15.5312.6211.07-
YUV101.3121.06154.17-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.23%
GREEN value IS 85 (33.59% from 255) = 27.24%
BLUE value IS 89 (35.16% from 255) = 28.53%
R=44.23%
G=27.24%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138858900.380.360.46355.4723.7743.73
Hex8A5559026242E163182c
Octal21212513104644565433054
Binary1000101010101011011001010011010010010111010110001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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