#AF5160

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

Shades of Hippie Pink #AF5160

Tints of Hippie Pink #AF5160

Color information

#AF5160 (or 0xAF5160) is unknown color: approx Hippie Pink. HEX triplet: AF, 51 and 60. RGB value is (175,81,96). Sum of RGB (Red+Green+Blue) = 175+81+96=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5160 is #50AE9F. Grayscale: #6E6E6E. Windows color (decimal): -5287584 or 6312367. OLE color: 6312367.

HSL color Cylindrical-coordinate representation of color #AF5160: hue angle of 350.43º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF5160 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB1758196-
CMYK00.540.450.31
HSL350.43º37.01%50.2%-
HSV(B)350.43º53.71%68.63%-
XYZ22.7315.8412.93-
YUV110.82119.64173.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.72%
GREEN value IS 81 (32.03% from 255) = 23.01%
BLUE value IS 96 (37.89% from 255) = 27.27%
R=49.72%
G=23.01%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175819600.540.450.31350.4337.0150.2
HexAF51600362D1F15e2532
Octal25712114006655375364562
Binary1010111110100011100000011011010110111111101011110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5160; }

 p { color: rgb(175,81,96); }

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

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

 a { background-color: rgb(175,81,96); }

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

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

 span { border-color: rgb(175,81,96); }

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