#AB555F

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

Shades of Hippie Pink #AB555F

Tints of Hippie Pink #AB555F

Color information

#AB555F (or 0xAB555F) is unknown color: approx Hippie Pink. HEX triplet: AB, 55 and 5F. RGB value is (171,85,95). Sum of RGB (Red+Green+Blue) = 171+85+95=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB555F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB555F is #54AAA0. Grayscale: #6F6F6F. Windows color (decimal): -5548705 or 6247851. OLE color: 6247851.

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

Color convert

RGB1718595-
CMYK00.500.440.33
HSL353.02º33.86%50.2%-
HSV(B)353.02º50.29%67.06%-
XYZ22.1115.9812.75-
YUV111.85118.49170.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.72%
GREEN value IS 85 (33.59% from 255) = 24.22%
BLUE value IS 95 (37.5% from 255) = 27.07%
R=48.72%
G=24.22%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171859500.500.440.33353.0233.8650.2
HexAB555F0322C211612232
Octal25312513706254415414262
Binary10101011101010110111110110010101100100001101100001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB555F; }

 p { color: rgb(171,85,95); }

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

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

 a { background-color: rgb(171,85,95); }

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

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

 span { border-color: rgb(171,85,95); }

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