#AB545C

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

Shades of Hippie Pink #AB545C

Tints of Hippie Pink #AB545C

Color information

#AB545C (or 0xAB545C) is unknown color: approx Hippie Pink. HEX triplet: AB, 54 and 5C. RGB value is (171,84,92). Sum of RGB (Red+Green+Blue) = 171+84+92=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB545C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB545C is #54ABA3. Grayscale: #6E6E6E. Windows color (decimal): -5548964 or 6050987. OLE color: 6050987.

HSL color Cylindrical-coordinate representation of color #AB545C: hue angle of 354.48º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB545C is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB1718492-
CMYK00.510.460.33
HSL354.48º34.12%50%-
HSV(B)354.48º50.88%67.06%-
XYZ21.915.7712.02-
YUV110.92117.32170.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.28%
GREEN value IS 84 (33.20% from 255) = 24.21%
BLUE value IS 92 (36.33% from 255) = 26.51%
R=49.28%
G=24.21%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171849200.510.460.33354.4834.1250
HexAB545C0332E211622232
Octal25312413406356415424262
Binary10101011101010010111000110011101110100001101100010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB545C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB545C; }

 p { color: rgb(171,84,92); }

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

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

 a { background-color: rgb(171,84,92); }

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

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

 span { border-color: rgb(171,84,92); }

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