#AB575B

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

Shades of Hippie Pink #AB575B

Tints of Hippie Pink #AB575B

Color information

#AB575B (or 0xAB575B) is unknown color: approx Hippie Pink. HEX triplet: AB, 57 and 5B. RGB value is (171,87,91). Sum of RGB (Red+Green+Blue) = 171+87+91=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 87 (34.38% from 255 or 24.93% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB575B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB575B is #54A8A4. Grayscale: #707070. Windows color (decimal): -5548197 or 5986219. OLE color: 5986219.

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

Color convert

RGB1718791-
CMYK00.490.470.33
HSL357.14º33.33%50.59%-
HSV(B)357.14º49.12%67.06%-
XYZ22.0916.2311.87-
YUV112.57115.83169.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.00%
GREEN value IS 87 (34.38% from 255) = 24.93%
BLUE value IS 91 (35.94% from 255) = 26.07%
R=49.00%
G=24.93%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171879100.490.470.33357.1433.3350.59
HexAB575B0312F211652133
Octal25312713306157415454163
Binary10101011101011110110110110001101111100001101100101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB575B; }

 p { color: rgb(171,87,91); }

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

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

 a { background-color: rgb(171,87,91); }

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

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

 span { border-color: rgb(171,87,91); }

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