#8A5254

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

Shades of Solid Pink #8A5254

Tints of Solid Pink #8A5254

Color information

#8A5254 (or 0x8A5254) is unknown color: approx Solid Pink. HEX triplet: 8A, 52 and 54. RGB value is (138,82,84). Sum of RGB (Red+Green+Blue) = 138+82+84=304 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.39% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 84 (33.20% from 255 or 27.63% from 304); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5254 is #75ADAB. Grayscale: #636363. Windows color (decimal): -7712172 or 5526154. OLE color: 5526154.

HSL color Cylindrical-coordinate representation of color #8A5254: hue angle of 357.86º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A5254 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB1388284-
CMYK00.410.390.46
HSL357.86º25.45%43.14%-
HSV(B)357.86º40.58%54.12%-
XYZ15.112.089.92-
YUV98.97119.55155.84-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.39%
GREEN value IS 82 (32.42% from 255) = 26.97%
BLUE value IS 84 (33.20% from 255) = 27.63%
R=45.39%
G=26.97%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138828400.410.390.46357.8625.4543.14
Hex8A5254029272E166192b
Octal21212212405147565463153
Binary1000101010100101010100010100110011110111010110011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,82,84); }

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

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

 a { background-color: rgb(138,82,84); }

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

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

 span { border-color: rgb(138,82,84); }

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