#9A5556

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

Shades of Solid Pink #9A5556

Tints of Solid Pink #9A5556

Color information

#9A5556 (or 0x9A5556) is unknown color: approx Solid Pink. HEX triplet: 9A, 55 and 56. RGB value is (154,85,86). Sum of RGB (Red+Green+Blue) = 154+85+86=325 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.38% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5556 is #65AAA9. Grayscale: #696969. Windows color (decimal): -6662826 or 5658010. OLE color: 5658010.

HSL color Cylindrical-coordinate representation of color #9A5556: hue angle of 359.13º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A5556 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB1548586-
CMYK00.450.440.40
HSL359.13º28.87%46.86%-
HSV(B)359.13º44.81%60.39%-
XYZ18.2514.0410.55-
YUV105.74116.86162.42-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 47.38%
GREEN value IS 85 (33.59% from 255) = 26.15%
BLUE value IS 86 (33.98% from 255) = 26.46%
R=47.38%
G=26.15%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154858600.450.440.40359.1328.8746.86
Hex9A555602D2C281671d2f
Octal23212512605554505473557
Binary1001101010101011010110010110110110010100010110011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A5556; }

 p { color: rgb(154,85,86); }

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

<style>
 a { background-color: #9A5556; }

 a { background-color: rgb(154,85,86); }

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

<style>
 span { border-color: #9A5556; }

 span { border-color: rgb(154,85,86); }

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