#8A494F

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

Shades of Solid Pink #8A494F

Tints of Solid Pink #8A494F

Color information

#8A494F (or 0x8A494F) is unknown color: approx Solid Pink. HEX triplet: 8A, 49 and 4F. RGB value is (138,73,79). Sum of RGB (Red+Green+Blue) = 138+73+79=290 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.59% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 79 (31.25% from 255 or 27.24% from 290); Max value from RGB is 138 - color contains mainly: red. Hex color #8A494F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A494F is #75B6B0. Grayscale: #5D5D5D. Windows color (decimal): -7714481 or 5196170. OLE color: 5196170.

HSL color Cylindrical-coordinate representation of color #8A494F: hue angle of 354.46º 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 #8A494F is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB1387379-
CMYK00.470.430.46
HSL354.46º30.81%41.37%-
HSV(B)354.46º47.1%54.12%-
XYZ14.2810.738.72-
YUV93.12120.03160.01-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 47.59%
GREEN value IS 73 (28.91% from 255) = 25.17%
BLUE value IS 79 (31.25% from 255) = 27.24%
R=47.59%
G=25.17%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138737900.470.430.46354.4630.8141.37
Hex8A494F02F2B2E1621f29
Octal21211111705753565423751
Binary1000101010010011001111010111110101110111010110001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A494F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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