#AB4454

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

Shades of Hippie Pink #AB4454

Tints of Hippie Pink #AB4454

Color information

#AB4454 (or 0xAB4454) is unknown color: approx Hippie Pink. HEX triplet: AB, 44 and 54. RGB value is (171,68,84). Sum of RGB (Red+Green+Blue) = 171+68+84=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4454 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4454 is #54BBAB. Grayscale: #646464. Windows color (decimal): -5553068 or 5522603. OLE color: 5522603.

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

Color convert

RGB1716884-
CMYK00.600.510.33
HSL350.68º43.1%46.86%-
HSV(B)350.68º60.23%67.06%-
XYZ20.4613.439.9-
YUV100.62118.62178.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.94%
GREEN value IS 68 (26.95% from 255) = 21.05%
BLUE value IS 84 (33.20% from 255) = 26.01%
R=52.94%
G=21.05%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171688400.600.510.33350.6843.146.86
HexAB445403C332115f2b2f
Octal25310412407463415375357
Binary10101011100010010101000111100110011100001101011111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4454; }

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

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

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

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

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

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

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

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