#AB5161

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

Shades of Hippie Pink #AB5161

Tints of Hippie Pink #AB5161

Color information

#AB5161 (or 0xAB5161) is unknown color: approx Hippie Pink. HEX triplet: AB, 51 and 61. RGB value is (171,81,97). Sum of RGB (Red+Green+Blue) = 171+81+97=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 97 (38.28% from 255 or 27.79% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5161 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5161 is #54AE9E. Grayscale: #6D6D6D. Windows color (decimal): -5549727 or 6377899. OLE color: 6377899.

HSL color Cylindrical-coordinate representation of color #AB5161: hue angle of 349.33º 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 #AB5161 is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB1718197-
CMYK00.530.430.33
HSL349.33º35.71%49.41%-
HSV(B)349.33º52.63%67.06%-
XYZ21.8915.4113.13-
YUV109.73120.82171.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.00%
GREEN value IS 81 (32.03% from 255) = 23.21%
BLUE value IS 97 (38.28% from 255) = 27.79%
R=49.00%
G=23.21%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171819700.530.430.33349.3335.7149.41
HexAB51610352B2115d2431
Octal25312114106553415354461
Binary10101011101000111000010110101101011100001101011101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5161; }

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

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

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

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

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

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

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

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