#AF4E60

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

Shades of Hippie Pink #AF4E60

Tints of Hippie Pink #AF4E60

Color information

#AF4E60 (or 0xAF4E60) is unknown color: approx Hippie Pink. HEX triplet: AF, 4E and 60. RGB value is (175,78,96). Sum of RGB (Red+Green+Blue) = 175+78+96=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4E60 is #50B19F. Grayscale: #6D6D6D. Windows color (decimal): -5288352 or 6311599. OLE color: 6311599.

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

Color convert

RGB1757896-
CMYK00.550.450.31
HSL348.87º38.34%49.61%-
HSV(B)348.87º55.43%68.63%-
XYZ22.5115.4112.85-
YUV109.06120.64175.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.14%
GREEN value IS 78 (30.86% from 255) = 22.35%
BLUE value IS 96 (37.89% from 255) = 27.51%
R=50.14%
G=22.35%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175789600.550.450.31348.8738.3449.61
HexAF4E600372D1F15d2632
Octal25711614006755375354662
Binary1010111110011101100000011011110110111111101011101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4E60; }

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

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

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

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

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

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

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

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