#8A555A

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

Shades of Solid Pink #8A555A

Tints of Solid Pink #8A555A

Color information

#8A555A (or 0x8A555A) is unknown color: approx Solid Pink. HEX triplet: 8A, 55 and 5A. RGB value is (138,85,90). Sum of RGB (Red+Green+Blue) = 138+85+90=313 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.09% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 138 - color contains mainly: red. Hex color #8A555A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A555A is #75AAA5. Grayscale: #656565. Windows color (decimal): -7711398 or 5920138. OLE color: 5920138.

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

Color convert

RGB1388590-
CMYK00.380.350.46
HSL354.34º23.77%43.73%-
HSV(B)354.34º38.41%54.12%-
XYZ15.5812.6411.29-
YUV101.42121.56154.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.09%
GREEN value IS 85 (33.59% from 255) = 27.16%
BLUE value IS 90 (35.55% from 255) = 28.75%
R=44.09%
G=27.16%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138859000.380.350.46354.3423.7743.73
Hex8A555A026232E162182c
Octal21212513204643565423054
Binary1000101010101011011010010011010001110111010110001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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