#AB515A

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

Shades of Hippie Pink #AB515A

Tints of Hippie Pink #AB515A

Color information

#AB515A (or 0xAB515A) is unknown color: approx Hippie Pink. HEX triplet: AB, 51 and 5A. RGB value is (171,81,90). Sum of RGB (Red+Green+Blue) = 171+81+90=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB515A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB515A is #54AEA5. Grayscale: #6C6C6C. Windows color (decimal): -5549734 or 5919147. OLE color: 5919147.

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

Color convert

RGB1718190-
CMYK00.530.470.33
HSL354º35.71%49.41%-
HSV(B)354º52.63%67.06%-
XYZ21.5815.2811.48-
YUV108.94117.32172.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50%
GREEN value IS 81 (32.03% from 255) = 23.68%
BLUE value IS 90 (35.55% from 255) = 26.32%
R=50%
G=23.68%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171819000.530.470.3335435.7149.41
HexAB515A0352F211622431
Octal25312113206557415424461
Binary10101011101000110110100110101101111100001101100010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB515A; }

 p { color: rgb(171,81,90); }

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

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

 a { background-color: rgb(171,81,90); }

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

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

 span { border-color: rgb(171,81,90); }

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