#8A494C

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

Shades of Solid Pink #8A494C

Tints of Solid Pink #8A494C

Color information

#8A494C (or 0x8A494C) is unknown color: approx Solid Pink. HEX triplet: 8A, 49 and 4C. RGB value is (138,73,76). Sum of RGB (Red+Green+Blue) = 138+73+76=287 (38% of max value = 765). Red value is 138 (54.30% from 255 or 48.08% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 138 - color contains mainly: red. Hex color #8A494C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A494C is #75B6B3. Grayscale: #5C5C5C. Windows color (decimal): -7714484 or 4999562. OLE color: 4999562.

HSL color Cylindrical-coordinate representation of color #8A494C: hue angle of 357.23º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A494C is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB1387376-
CMYK00.470.450.46
HSL357.23º30.81%41.37%-
HSV(B)357.23º47.1%54.12%-
XYZ14.1710.698.15-
YUV92.78118.53160.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 48.08%
GREEN value IS 73 (28.91% from 255) = 25.44%
BLUE value IS 76 (30.08% from 255) = 26.48%
R=48.08%
G=25.44%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138737600.470.450.46357.2330.8141.37
Hex8A494C02F2D2E1651f29
Octal21211111405755565453751
Binary1000101010010011001100010111110110110111010110010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,73,76); }

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

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

 a { background-color: rgb(138,73,76); }

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

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

 span { border-color: rgb(138,73,76); }

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