#AB4A65

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

Shades of Hippie Pink #AB4A65

Tints of Hippie Pink #AB4A65

Color information

#AB4A65 (or 0xAB4A65) is unknown color: approx Hippie Pink. HEX triplet: AB, 4A and 65. RGB value is (171,74,101). Sum of RGB (Red+Green+Blue) = 171+74+101=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4A65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4A65 is #54B59A. Grayscale: #6A6A6A. Windows color (decimal): -5551515 or 6638251. OLE color: 6638251.

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

Color convert

RGB17174101-
CMYK00.570.410.33
HSL343.3º39.59%48.04%-
HSV(B)343.3º56.73%67.06%-
XYZ21.5914.513.97-
YUV106.08125.14174.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.42%
GREEN value IS 74 (29.30% from 255) = 21.39%
BLUE value IS 101 (39.84% from 255) = 29.19%
R=49.42%
G=21.39%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717410100.570.410.33343.339.5948.04
HexAB4A6503929211572830
Octal25311214507151415275060
Binary10101011100101011001010111001101001100001101010111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4A65; }

 p { color: rgb(171,74,101); }

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

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

 a { background-color: rgb(171,74,101); }

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

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

 span { border-color: rgb(171,74,101); }

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