#86595A

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

Shades of Solid Pink #86595A

Tints of Solid Pink #86595A

Color information

#86595A (or 0x86595A) is unknown color: approx Solid Pink. HEX triplet: 86, 59 and 5A. RGB value is (134,89,90). Sum of RGB (Red+Green+Blue) = 134+89+90=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 134 - color contains mainly: red. Hex color #86595A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86595A is #79A6A5. Grayscale: #666666. Windows color (decimal): -7972518 or 5921158. OLE color: 5921158.

HSL color Cylindrical-coordinate representation of color #86595A: hue angle of 358.67º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86595A is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB1348990-
CMYK00.340.330.47
HSL358.67º20.18%43.73%-
HSV(B)358.67º33.58%52.55%-
XYZ15.2512.9511.37-
YUV102.57120.91150.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.81%
GREEN value IS 89 (35.16% from 255) = 28.43%
BLUE value IS 90 (35.55% from 255) = 28.75%
R=42.81%
G=28.43%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134899000.340.330.47358.6720.1843.73
Hex86595A022212F167142c
Octal20613113204241575472454
Binary1000011010110011011010010001010000110111110110011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86595A; }

 p { color: rgb(134,89,90); }

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

<style>
 a { background-color: #86595A; }

 a { background-color: rgb(134,89,90); }

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

<style>
 span { border-color: #86595A; }

 span { border-color: rgb(134,89,90); }

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