#8A585A

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

Shades of Solid Pink #8A585A

Tints of Solid Pink #8A585A

Color information

#8A585A (or 0x8A585A) is unknown color: approx Solid Pink. HEX triplet: 8A, 58 and 5A. RGB value is (138,88,90). Sum of RGB (Red+Green+Blue) = 138+88+90=316 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.67% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 138 - color contains mainly: red. Hex color #8A585A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A585A is #75A7A5. Grayscale: #676767. Windows color (decimal): -7710630 or 5920906. OLE color: 5920906.

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

Color convert

RGB1388890-
CMYK00.360.350.46
HSL357.6º22.12%44.31%-
HSV(B)357.6º36.23%54.12%-
XYZ15.8213.1211.37-
YUV103.18120.56152.84-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.67%
GREEN value IS 88 (34.77% from 255) = 27.85%
BLUE value IS 90 (35.55% from 255) = 28.48%
R=43.67%
G=27.85%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138889000.360.350.46357.622.1244.31
Hex8A585A024232E166162c
Octal21213013204443565462654
Binary1000101010110001011010010010010001110111010110011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,88,90); }

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

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

 a { background-color: rgb(138,88,90); }

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

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

 span { border-color: rgb(138,88,90); }

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