#AB454C

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

Shades of Hippie Pink #AB454C

Tints of Hippie Pink #AB454C

Color information

#AB454C (or 0xAB454C) is unknown color: approx Hippie Pink. HEX triplet: AB, 45 and 4C. RGB value is (171,69,76). Sum of RGB (Red+Green+Blue) = 171+69+76=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB454C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB454C is #54BAB3. Grayscale: #646464. Windows color (decimal): -5552820 or 4998571. OLE color: 4998571.

HSL color Cylindrical-coordinate representation of color #AB454C: hue angle of 355.88º degrees, saturation: 0.42, 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 #AB454C is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB1716976-
CMYK00.600.560.33
HSL355.88º42.5%47.06%-
HSV(B)355.88º59.65%67.06%-
XYZ20.2313.448.36-
YUV100.3114.29178.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.11%
GREEN value IS 69 (27.34% from 255) = 21.84%
BLUE value IS 76 (30.08% from 255) = 24.05%
R=54.11%
G=21.84%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171697600.600.560.33355.8842.547.06
HexAB454C03C38211642a2f
Octal25310511407470415445257
Binary10101011100010110011000111100111000100001101100100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB454C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB454C; }

 p { color: rgb(171,69,76); }

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

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

 a { background-color: rgb(171,69,76); }

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

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

 span { border-color: rgb(171,69,76); }

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