#8A5259

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

Shades of Solid Pink #8A5259

Tints of Solid Pink #8A5259

Color information

#8A5259 (or 0x8A5259) is unknown color: approx Solid Pink. HEX triplet: 8A, 52 and 59. RGB value is (138,82,89). Sum of RGB (Red+Green+Blue) = 138+82+89=309 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.66% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 89 (35.16% from 255 or 28.80% from 309); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5259 is #75ADA6. Grayscale: #636363. Windows color (decimal): -7712167 or 5853834. OLE color: 5853834.

HSL color Cylindrical-coordinate representation of color #8A5259: hue angle of 352.5º 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 #8A5259 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB1388289-
CMYK00.410.360.46
HSL352.5º25.45%43.14%-
HSV(B)352.5º40.58%54.12%-
XYZ15.312.1610.99-
YUV99.54122.05155.43-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.66%
GREEN value IS 82 (32.42% from 255) = 26.54%
BLUE value IS 89 (35.16% from 255) = 28.80%
R=44.66%
G=26.54%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138828900.410.360.46352.525.4543.14
Hex8A5259029242E160192b
Octal21212213105144565403153
Binary1000101010100101011001010100110010010111010110000011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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