#AB4854

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

Shades of Hippie Pink #AB4854

Tints of Hippie Pink #AB4854

Color information

#AB4854 (or 0xAB4854) is unknown color: approx Hippie Pink. HEX triplet: AB, 48 and 54. RGB value is (171,72,84). Sum of RGB (Red+Green+Blue) = 171+72+84=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 84 (33.20% from 255 or 25.69% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4854 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4854 is #54B7AB. Grayscale: #676767. Windows color (decimal): -5552044 or 5523627. OLE color: 5523627.

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

Color convert

RGB1717284-
CMYK00.580.510.33
HSL352.73º40.74%47.65%-
HSV(B)352.73º57.89%67.06%-
XYZ20.7113.939.99-
YUV102.97117.3176.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.29%
GREEN value IS 72 (28.52% from 255) = 22.02%
BLUE value IS 84 (33.20% from 255) = 25.69%
R=52.29%
G=22.02%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171728400.580.510.33352.7340.7447.65
HexAB485403A33211612930
Octal25311012407263415415160
Binary10101011100100010101000111010110011100001101100001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4854; }

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

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

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

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

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

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

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

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