#8A5659

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

Shades of Solid Pink #8A5659

Tints of Solid Pink #8A5659

Color information

#8A5659 (or 0x8A5659) is unknown color: approx Solid Pink. HEX triplet: 8A, 56 and 59. RGB value is (138,86,89). Sum of RGB (Red+Green+Blue) = 138+86+89=313 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.09% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 89 (35.16% from 255 or 28.43% from 313); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5659 is #75A9A6. Grayscale: #656565. Windows color (decimal): -7711143 or 5854858. OLE color: 5854858.

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

Color convert

RGB1388689-
CMYK00.380.360.46
HSL356.54º23.21%43.92%-
HSV(B)356.54º37.68%54.12%-
XYZ15.6112.7811.1-
YUV101.89120.73153.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.09%
GREEN value IS 86 (33.98% from 255) = 27.48%
BLUE value IS 89 (35.16% from 255) = 28.43%
R=44.09%
G=27.48%
B=28.43%

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
Decimal138868900.380.360.46356.5423.2143.92
Hex8A5659026242E165172c
Octal21212613104644565452754
Binary1000101010101101011001010011010010010111010110010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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