#86555A

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

Shades of Solid Pink #86555A

Tints of Solid Pink #86555A

Color information

#86555A (or 0x86555A) is unknown color: approx Solid Pink. HEX triplet: 86, 55 and 5A. RGB value is (134,85,90). Sum of RGB (Red+Green+Blue) = 134+85+90=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 134 - color contains mainly: red. Hex color #86555A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86555A is #79AAA5. Grayscale: #646464. Windows color (decimal): -7973542 or 5920134. OLE color: 5920134.

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

Color convert

RGB1348590-
CMYK00.370.330.47
HSL353.88º22.37%42.94%-
HSV(B)353.88º36.57%52.55%-
XYZ14.9312.311.26-
YUV100.22122.23152.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.37%
GREEN value IS 85 (33.59% from 255) = 27.51%
BLUE value IS 90 (35.55% from 255) = 29.13%
R=43.37%
G=27.51%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134859000.370.330.47353.8822.3742.94
Hex86555A025212F162162b
Octal20612513204541575422653
Binary1000011010101011011010010010110000110111110110001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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