#8A595B

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

Shades of Solid Pink #8A595B

Tints of Solid Pink #8A595B

Color information

#8A595B (or 0x8A595B) is unknown color: approx Solid Pink. HEX triplet: 8A, 59 and 5B. RGB value is (138,89,91). Sum of RGB (Red+Green+Blue) = 138+89+91=318 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.40% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 138 - color contains mainly: red. Hex color #8A595B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A595B is #75A6A4. Grayscale: #676767. Windows color (decimal): -7710373 or 5986698. OLE color: 5986698.

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

Color convert

RGB1388991-
CMYK00.360.340.46
HSL357.55º21.59%44.51%-
HSV(B)357.55º35.51%54.12%-
XYZ15.9413.311.63-
YUV103.88120.73152.34-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.40%
GREEN value IS 89 (35.16% from 255) = 27.99%
BLUE value IS 91 (35.94% from 255) = 28.62%
R=43.40%
G=27.99%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138899100.360.340.46357.5521.5944.51
Hex8A595B024222E166162d
Octal21213113304442565462655
Binary1000101010110011011011010010010001010111010110011010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,89,91); }

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

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

 a { background-color: rgb(138,89,91); }

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

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

 span { border-color: rgb(138,89,91); }

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