#AB444F

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

Shades of Hippie Pink #AB444F

Tints of Hippie Pink #AB444F

Color information

#AB444F (or 0xAB444F) is unknown color: approx Hippie Pink. HEX triplet: AB, 44 and 4F. RGB value is (171,68,79). Sum of RGB (Red+Green+Blue) = 171+68+79=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB444F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB444F is #54BBB0. Grayscale: #646464. Windows color (decimal): -5553073 or 5194923. OLE color: 5194923.

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

Color convert

RGB1716879-
CMYK00.600.540.33
HSL353.59º43.1%46.86%-
HSV(B)353.59º60.23%67.06%-
XYZ20.2713.368.91-
YUV100.05116.12178.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.77%
GREEN value IS 68 (26.95% from 255) = 21.38%
BLUE value IS 79 (31.25% from 255) = 24.84%
R=53.77%
G=21.38%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171687900.600.540.33353.5943.146.86
HexAB444F03C36211622b2f
Octal25310411707466415425357
Binary10101011100010010011110111100110110100001101100010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB444F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB444F; }

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

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

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

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

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

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

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

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