#8A5C5D

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

Shades of Solid Pink #8A5C5D

Tints of Solid Pink #8A5C5D

Color information

#8A5C5D (or 0x8A5C5D) is unknown color: approx Solid Pink. HEX triplet: 8A, 5C and 5D. RGB value is (138,92,93). Sum of RGB (Red+Green+Blue) = 138+92+93=323 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.72% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5C5D is #75A3A2. Grayscale: #696969. Windows color (decimal): -7709603 or 6118538. OLE color: 6118538.

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

Color convert

RGB1389293-
CMYK00.330.330.46
HSL358.7º20%45.1%-
HSV(B)358.7º33.33%54.12%-
XYZ16.2813.8512.17-
YUV105.87120.74150.92-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.72%
GREEN value IS 92 (36.33% from 255) = 28.48%
BLUE value IS 93 (36.72% from 255) = 28.79%
R=42.72%
G=28.48%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138929300.330.330.46358.72045.1
Hex8A5C5D021212E167142d
Octal21213413504141565472455
Binary1000101010111001011101010000110000110111010110011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,92,93); }

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

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

 a { background-color: rgb(138,92,93); }

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

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

 span { border-color: rgb(138,92,93); }

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